#420B08

Color #420B08 Seal Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seal Brown #420B08

Tints of Seal Brown #420B08

Color information

#420B08 (or 0x420B08) is unknown color: approx Seal Brown. HEX triplet: 42, 0B and 08. RGB value is (66,11,8). Sum of RGB (Red+Green+Blue) = 66+11+8=85 (11% of max value = 765). Red value is 66 (26.17% from 255 or 77.65% from 85); Green value is 11 (4.69% from 255 or 12.94% from 85); Blue value is 8 (3.52% from 255 or 9.41% from 85); Max value from RGB is 66 - color contains mainly: red. Hex color #420B08 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #420B08 is #BDF4F7. Grayscale: #1B1B1B. Windows color (decimal): -12449016 or 527170. OLE color: 527170.

HSL color Cylindrical-coordinate representation of color #420B08: hue angle of 3.1º degrees, saturation: 0.78, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #420B08 is Cyan = 0, Magento = 0.83, Yellow = 0.88 and Black (K on CMYK) = 0.74.

Color convert

RGB66118-
CMYK00.830.880.74
HSL3.1º78.38%14.51%-
HSV(B)3.1º87.88%25.88%-
XYZ2.411.420.38-
YUV27.1117.22155.74-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 77.65%
GREEN value IS 11 (4.69% from 255) = 12.94%
BLUE value IS 8 (3.52% from 255) = 9.41%
R=77.65%
G=12.94%
B=9.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.88
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6611800.830.880.743.178.3814.51
Hex42B8053584A34ef
Octal10213100123130112311617
Binary10000101011100001010011101100010010101110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420B08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420B08; }

 p { color: rgb(66,11,8); }

 H1.HeaderClassName
 {
   color: #420B08;
 }
 .AnyTagClassName
 {
   color: #420B08;
 }
</style>
background-color css

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

 a { background-color: rgb(66,11,8); }

 div.DivClassName
 {
   background-color: #420B08;
 }
 .BgClassName
 {
   background-color: #420B08;
 }
</style>
border-color css

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

 span { border-color: rgb(66,11,8); }

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