Html Css Color HEX #201514 Seal Brown

📋 copy color: '#201514'

red 32 ◦ green 21 ◦ blue 20

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

Shades of Seal Brown #201514

Tints of Seal Brown #201514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 27.4%

R = 43.84%
G = 28.77%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.37

 K value IS 0.87

RGB Variations

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

Color information

#201514 (or 0x201514) is known color: Seal Brown. HEX triplet: 20, 15 and 14. RGB value is (32,21,20). Sum of RGB (Red+Green+Blue) = 32+21+20=73 (9% of max value = 765). Red value is 32 (12.89% from 255 or 43.84% from 73); Green value is 21 (8.59% from 255 or 28.77% from 73); Blue value is 20 (8.20% from 255 or 27.40% from 73); Max value from RGB is 32 - color contains mainly: red. Hex color #201514 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #201514 is #DFEAEB. Grayscale: #181818. Windows color (decimal): -14674668 or 1316128. OLE color: 1316128.

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

Color convert

RGB 32 21 20 -
CMYK 0 0.34 0.37 0.87
HSL 0.23% 0.1% -
HSV(B) 0.38% 0.13% -
XYZ 0.99 0.89 0.78 -
YUV 24.18 125.64 133.58 -
System Red Green Blue C M Y K H S L
Decimal 32 21 20 0 0.34 0.37 0.87 5 0.23 0.1
Hex 20 15 14 0 22 25 57 5 17 A
Octal 40 25 24 0 42 45 127 5 27 12
Binary 100000 10101 10100 0 100010 100101 1010111 101 10111 1010

Color Harmonies of #201514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201514

Black with #201514

Text Example


Text Example

White with #201514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201514; }

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

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

background-color css

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

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

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

border-color css

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

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

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