Html Css Color HEX #42120C Seal Brown

📋 copy color: '#42120C'

red 66 ◦ green 18 ◦ blue 12

#42120C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Seal Brown #42120C

Tints of Seal Brown #42120C

RGB

 RED value IS 66 (26.17% from 255) = 68.75%

 GREEN value IS 18 (7.42% from 255) = 18.75%

 BLUE value IS 12 (5.08% from 255) = 12.5%

R = 68.75%
G = 18.75%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.82

 K value IS 0.74

RGB Variations

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

Color information

#42120C (or 0x42120C) is known color: Seal Brown. HEX triplet: 42, 12 and 0C. RGB value is (66,18,12). Sum of RGB (Red+Green+Blue) = 66+18+12=96 (12% of max value = 765). Red value is 66 (26.17% from 255 or 68.75% from 96); Green value is 18 (7.42% from 255 or 18.75% from 96); Blue value is 12 (5.08% from 255 or 12.5% from 96); Max value from RGB is 66 - color contains mainly: red. Hex color #42120C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #42120C is #BDEDF3. Grayscale: #1F1F1F. Windows color (decimal): -12447220 or 791106. OLE color: 791106.

HSL color Cylindrical-coordinate representation of color #42120C: hue angle of 6.67º 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 #42120C is Cyan = 0, Magento = 0.73, Yellow = 0.82 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 18 12 -
CMYK 0 0.73 0.82 0.74
HSL 6.67º 0.69% 0.15% -
HSV(B) 6.67º 0.82% 0.26% -
XYZ 2.53 1.62 0.53 -
YUV 31.67 116.9 152.49 -
System Red Green Blue C M Y K H S L
Decimal 66 18 12 0 0.73 0.82 0.74 6.67 0.69 0.15
Hex 42 12 C 0 49 52 4A 7 45 F
Octal 102 22 14 0 111 122 112 7 105 17
Binary 1000010 10010 1100 0 1001001 1010010 1001010 111 1000101 1111

Color Harmonies of #42120C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42120C

Black with #42120C

Text Example


Text Example

White with #42120C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #42120C;
 }
 .AnyTagClassName
 {
   color: #42120C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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