Html Css Color HEX #20120D Seal Brown

📋 copy color: '#20120D'

red 32 ◦ green 18 ◦ blue 13

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

Shades of Seal Brown #20120D

Tints of Seal Brown #20120D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 20.63%

R = 50.79%
G = 28.57%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.59

 K value IS 0.87

RGB Variations

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

Color information

#20120D (or 0x20120D) is known color: Seal Brown. HEX triplet: 20, 12 and 0D. RGB value is (32,18,13). Sum of RGB (Red+Green+Blue) = 32+18+13=63 (8% of max value = 765). Red value is 32 (12.89% from 255 or 50.79% from 63); Green value is 18 (7.42% from 255 or 28.57% from 63); Blue value is 13 (5.47% from 255 or 20.63% from 63); Max value from RGB is 32 - color contains mainly: red. Hex color #20120D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #20120D is #DFEDF2. Grayscale: #151515. Windows color (decimal): -14675443 or 856608. OLE color: 856608.

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

Color convert

RGB 32 18 13 -
CMYK 0 0.44 0.59 0.87
HSL 15.79º 0.42% 0.09% -
HSV(B) 15.79º 0.59% 0.13% -
XYZ 0.88 0.77 0.48 -
YUV 21.62 123.14 135.41 -
System Red Green Blue C M Y K H S L
Decimal 32 18 13 0 0.44 0.59 0.87 15.79 0.42 0.09
Hex 20 12 D 0 2C 3B 57 10 2A 9
Octal 40 22 15 0 54 73 127 20 52 11
Binary 100000 10010 1101 0 101100 111011 1010111 10000 101010 1001

Color Harmonies of #20120D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20120D

Black with #20120D

Text Example


Text Example

White with #20120D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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