#420B00

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

Shades of Seal Brown #420B00

Tints of Seal Brown #420B00

Color information

#420B00 (or 0x420B00) is unknown color: approx Seal Brown. HEX triplet: 42, 0B and 00. RGB value is (66,11,0). Sum of RGB (Red+Green+Blue) = 66+11+0=77 (10% of max value = 765). Red value is 66 (26.17% from 255 or 85.71% from 77); Green value is 11 (4.69% from 255 or 14.29% from 77); Blue value is 0 (0.39% from 255 or 0% from 77); Max value from RGB is 66 - color contains mainly: red. Hex color #420B00 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #420B00 is #BDF4FF. Grayscale: #1A1A1A. Windows color (decimal): -12449024 or 2882. OLE color: 2882.

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

Color convert

RGB66110-
CMYK00.8310.74
HSL10º100%12.94%-
HSV(B)10º100%25.88%-
XYZ2.371.40.15-
YUV26.19113.22156.39-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 85.71%
GREEN value IS 11 (4.69% from 255) = 14.29%
BLUE value IS 0 (0.39% from 255) = 0%
R=85.71%
G=14.29%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 1
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6611000.8310.741010012.94
Hex42B0053644Aa64d
Octal10213001231441121214415
Binary1000010101100101001111001001001010101011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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