#42120B

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

Shades of Seal Brown #42120B

Tints of Seal Brown #42120B

Color information

#42120B (or 0x42120B) is unknown color: approx Seal Brown. HEX triplet: 42, 12 and 0B. RGB value is (66,18,11). Sum of RGB (Red+Green+Blue) = 66+18+11=95 (12% of max value = 765). Red value is 66 (26.17% from 255 or 69.47% from 95); Green value is 18 (7.42% from 255 or 18.95% from 95); Blue value is 11 (4.69% from 255 or 11.58% from 95); Max value from RGB is 66 - color contains mainly: red. Hex color #42120B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #42120B is #BDEDF4. Grayscale: #1F1F1F. Windows color (decimal): -12447221 or 725570. OLE color: 725570.

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

Color convert

RGB661811-
CMYK00.730.830.74
HSL7.64º71.43%15.1%-
HSV(B)7.64º83.33%25.88%-
XYZ2.521.620.5-
YUV31.55116.4152.57-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 69.47%
GREEN value IS 18 (7.42% from 255) = 18.95%
BLUE value IS 11 (4.69% from 255) = 11.58%
R=69.47%
G=18.95%
B=11.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.83
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66181100.730.830.747.6471.4315.1
Hex4212B049534A847f
Octal102221301111231121010717
Binary10000101001010110100100110100111001010100010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42120B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42120B; }

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

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

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

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

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

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

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

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