#42110C

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

Shades of Seal Brown #42110C

Tints of Seal Brown #42110C

Color information

#42110C (or 0x42110C) is unknown color: approx Seal Brown. HEX triplet: 42, 11 and 0C. RGB value is (66,17,12). Sum of RGB (Red+Green+Blue) = 66+17+12=95 (12% of max value = 765). Red value is 66 (26.17% from 255 or 69.47% from 95); Green value is 17 (7.03% from 255 or 17.89% from 95); Blue value is 12 (5.08% from 255 or 12.63% from 95); Max value from RGB is 66 - color contains mainly: red. Hex color #42110C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #42110C is #BDEEF3. Grayscale: #1F1F1F. Windows color (decimal): -12447476 or 790850. OLE color: 790850.

HSL color Cylindrical-coordinate representation of color #42110C: hue angle of 5.56º degrees, saturation: 0.69, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #42110C is Cyan = 0, Magento = 0.74, Yellow = 0.82 and Black (K on CMYK) = 0.74.

Color convert

RGB661712-
CMYK00.740.820.74
HSL5.56º69.23%15.29%-
HSV(B)5.56º81.82%25.88%-
XYZ2.511.590.52-
YUV31.08117.23152.91-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 69.47%
GREEN value IS 17 (7.03% from 255) = 17.89%
BLUE value IS 12 (5.08% from 255) = 12.63%
R=69.47%
G=17.89%
B=12.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.82
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66171200.740.820.745.5669.2315.29
Hex4211C04A524A645f
Octal10221140112122112610517
Binary1000010100011100010010101010010100101011010001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42110C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42110C; }

 p { color: rgb(66,17,12); }

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

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

 a { background-color: rgb(66,17,12); }

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

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

 span { border-color: rgb(66,17,12); }

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