Html Css Color HEX #201512 Seal Brown

📋 copy color: '#201512'

red 32 ◦ green 21 ◦ blue 18

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

Shades of Seal Brown #201512

Tints of Seal Brown #201512

RGB

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

 GREEN value IS 21 (8.59% from 255) = 29.58%

 BLUE value IS 18 (7.42% from 255) = 25.35%

R = 45.07%
G = 29.58%
B = 25.35%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.44

 K value IS 0.87

RGB Variations

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

Color information

#201512 (or 0x201512) is known color: Seal Brown. HEX triplet: 20, 15 and 12. RGB value is (32,21,18). Sum of RGB (Red+Green+Blue) = 32+21+18=71 (9% of max value = 765). Red value is 32 (12.89% from 255 or 45.07% from 71); Green value is 21 (8.59% from 255 or 29.58% from 71); Blue value is 18 (7.42% from 255 or 25.35% from 71); Max value from RGB is 32 - color contains mainly: red. Hex color #201512 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #201512 is #DFEAED. Grayscale: #171717. Windows color (decimal): -14674670 or 1185056. OLE color: 1185056.

HSL color Cylindrical-coordinate representation of color #201512: hue angle of 12.86º degrees, saturation: 0.28, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #201512 is Cyan = 0, Magento = 0.34, Yellow = 0.44 and Black (K on CMYK) = 0.87.

Color convert

RGB 32 21 18 -
CMYK 0 0.34 0.44 0.87
HSL 12.86º 0.28% 0.1% -
HSV(B) 12.86º 0.44% 0.13% -
XYZ 0.97 0.89 0.69 -
YUV 23.95 124.64 133.74 -
System Red Green Blue C M Y K H S L
Decimal 32 21 18 0 0.34 0.44 0.87 12.86 0.28 0.1
Hex 20 15 12 0 22 2C 57 D 1C A
Octal 40 25 22 0 42 54 127 15 34 12
Binary 100000 10101 10010 0 100010 101100 1010111 1101 11100 1010

Color Harmonies of #201512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201512

Black with #201512

Text Example


Text Example

White with #201512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201512; }

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

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

background-color css

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

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

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

border-color css

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

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

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