Html Css Color HEX #20120F Seal Brown

📋 copy color: '#20120F'

red 32 ◦ green 18 ◦ blue 15

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

Shades of Seal Brown #20120F

Tints of Seal Brown #20120F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 23.08%

R = 49.23%
G = 27.69%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.53

 K value IS 0.87

RGB Variations

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

Color information

#20120F (or 0x20120F) is known color: Seal Brown. HEX triplet: 20, 12 and 0F. RGB value is (32,18,15). Sum of RGB (Red+Green+Blue) = 32+18+15=65 (8% of max value = 765). Red value is 32 (12.89% from 255 or 49.23% from 65); Green value is 18 (7.42% from 255 or 27.69% from 65); Blue value is 15 (6.25% from 255 or 23.08% from 65); Max value from RGB is 32 - color contains mainly: red. Hex color #20120F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #20120F is #DFEDF0. Grayscale: #151515. Windows color (decimal): -14675441 or 987680. OLE color: 987680.

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

Color convert

RGB 32 18 15 -
CMYK 0 0.44 0.53 0.87
HSL 10.59º 0.36% 0.09% -
HSV(B) 10.59º 0.53% 0.13% -
XYZ 0.9 0.77 0.55 -
YUV 21.84 124.14 135.24 -
System Red Green Blue C M Y K H S L
Decimal 32 18 15 0 0.44 0.53 0.87 10.59 0.36 0.09
Hex 20 12 F 0 2C 35 57 B 24 9
Octal 40 22 17 0 54 65 127 13 44 11
Binary 100000 10010 1111 0 101100 110101 1010111 1011 100100 1001

Color Harmonies of #20120F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20120F

Black with #20120F

Text Example


Text Example

White with #20120F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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