Html Css Color HEX #20120C Seal Brown

📋 copy color: '#20120C'

red 32 ◦ green 18 ◦ blue 12

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

Shades of Seal Brown #20120C

Tints of Seal Brown #20120C

RGB

 RED value IS 32 (12.89% from 255) = 51.61%

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

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

R = 51.61%
G = 29.03%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.63

 K value IS 0.87

RGB Variations

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

Color information

#20120C (or 0x20120C) is known color: Seal Brown. HEX triplet: 20, 12 and 0C. RGB value is (32,18,12). Sum of RGB (Red+Green+Blue) = 32+18+12=62 (8% of max value = 765). Red value is 32 (12.89% from 255 or 51.61% from 62); Green value is 18 (7.42% from 255 or 29.03% from 62); Blue value is 12 (5.08% from 255 or 19.35% from 62); Max value from RGB is 32 - color contains mainly: red. Hex color #20120C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #20120C is #DFEDF3. Grayscale: #151515. Windows color (decimal): -14675444 or 791072. OLE color: 791072.

HSL color Cylindrical-coordinate representation of color #20120C: hue angle of 18º degrees, saturation: 0.45, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #20120C is Cyan = 0, Magento = 0.44, Yellow = 0.63 and Black (K on CMYK) = 0.87.

Color convert

RGB 32 18 12 -
CMYK 0 0.44 0.63 0.87
HSL 18º 0.45% 0.09% -
HSV(B) 18º 0.63% 0.13% -
XYZ 0.88 0.77 0.45 -
YUV 21.5 122.64 135.49 -
System Red Green Blue C M Y K H S L
Decimal 32 18 12 0 0.44 0.63 0.87 18 0.45 0.09
Hex 20 12 C 0 2C 3F 57 12 2D 9
Octal 40 22 14 0 54 77 127 22 55 11
Binary 100000 10010 1100 0 101100 111111 1010111 10010 101101 1001

Color Harmonies of #20120C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20120C

Black with #20120C

Text Example


Text Example

White with #20120C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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