Html Css Color HEX #460000 Seal Brown

📋 copy color: '#460000'

red 70 ◦ green 0 ◦ blue 0

#460000
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Seal Brown #460000

Tints of Seal Brown #460000

RGB

 RED value IS 70 (27.73% from 255) = 100%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 100%
G = 0%
B = 0%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 1

 K value IS 0.73

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#460000 (or 0x460000) is known color: Seal Brown. HEX triplet: 46, 00 and 00. RGB value is (70,0,0). Sum of RGB (Red+Green+Blue) = 70+0+0=70 (9% of max value = 765). Red value is 70 (27.73% from 255 or 100% from 70); Green value is 0 (0.39% from 255 or 0% from 70); Blue value is 0 (0.39% from 255 or 0% from 70); Max value from RGB is 70 - color contains mainly: red. Hex color #460000 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460000 is #B9FFFF. Grayscale: #151515. Windows color (decimal): -12189696 or 70. OLE color: 70.

HSL color Cylindrical-coordinate representation of color #460000: hue angle of 0º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #460000 is Cyan = 0, Magento = 1, Yellow = 1 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 0 0 -
CMYK 0 1 1 0.73
HSL 1% 0.14% -
HSV(B) 1% 0.27% -
XYZ 2.53 1.3 0.12 -
YUV 20.93 116.19 163 -
System Red Green Blue C M Y K H S L
Decimal 70 0 0 0 1 1 0.73 0 1 0.14
Hex 46 0 0 0 64 64 49 0 64 E
Octal 106 0 0 0 144 144 111 0 144 16
Binary 1000110 0 0 0 1100100 1100100 1001001 0 1100100 1110

Color Harmonies of #460000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460000

Black with #460000

Text Example


Text Example

White with #460000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460000; }

 p { color: rgb(70,0,0); }

 H1.HeaderClassName
 {
   color: #460000;
 }
 .AnyTagClassName
 {
   color: #460000;
 }
</style>

background-color css

<style>
 a { background-color: #460000; }

 a { background-color: rgb(70,0,0); }

 div.DivClassName
 {
   background-color: #460000;
 }
 .BgClassName
 {
   background-color: #460000;
 }
</style>

border-color css

<style>
 span { border-color: #460000; }

 span { border-color: rgb(70,0,0); }

 td.TdClassName
 {
   border-color: #460000;
 }
 .TagClassName
 {
   border-color: #460000;
 }
</style>