#42120F

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

Shades of Seal Brown #42120F

Tints of Seal Brown #42120F

Color information

#42120F (or 0x42120F) is unknown color: approx Seal Brown. HEX triplet: 42, 12 and 0F. RGB value is (66,18,15). Sum of RGB (Red+Green+Blue) = 66+18+15=99 (13% of max value = 765). Red value is 66 (26.17% from 255 or 66.67% from 99); Green value is 18 (7.42% from 255 or 18.18% from 99); Blue value is 15 (6.25% from 255 or 15.15% from 99); Max value from RGB is 66 - color contains mainly: red. Hex color #42120F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #42120F is #BDEDF0. Grayscale: #202020. Windows color (decimal): -12447217 or 987714. OLE color: 987714.

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

Color convert

RGB661815-
CMYK00.730.770.74
HSL3.53º62.96%15.88%-
HSV(B)3.53º77.27%25.88%-
XYZ2.551.630.63-
YUV32.01118.4152.24-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 66.67%
GREEN value IS 18 (7.42% from 255) = 18.18%
BLUE value IS 15 (6.25% from 255) = 15.15%
R=66.67%
G=18.18%
B=15.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.77
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66181500.730.770.743.5362.9615.88
Hex4212F0494D4A43f10
Octal1022217011111511247720
Binary1000010100101111010010011001101100101010011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42120F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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