Html Css Color HEX #201312 Seal Brown

📋 copy color: '#201312'

red 32 ◦ green 19 ◦ blue 18

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

Shades of Seal Brown #201312

Tints of Seal Brown #201312

RGB

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

 GREEN value IS 19 (7.81% from 255) = 27.54%

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

R = 46.38%
G = 27.54%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.44

 K value IS 0.87

RGB Variations

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

Color information

#201312 (or 0x201312) is known color: Seal Brown. HEX triplet: 20, 13 and 12. RGB value is (32,19,18). Sum of RGB (Red+Green+Blue) = 32+19+18=69 (9% of max value = 765). Red value is 32 (12.89% from 255 or 46.38% from 69); Green value is 19 (7.81% from 255 or 27.54% from 69); Blue value is 18 (7.42% from 255 or 26.09% from 69); Max value from RGB is 32 - color contains mainly: red. Hex color #201312 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #201312 is #DFECED. Grayscale: #161616. Windows color (decimal): -14675182 or 1184544. OLE color: 1184544.

HSL color Cylindrical-coordinate representation of color #201312: hue angle of 4.29º 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 #201312 is Cyan = 0, Magento = 0.41, Yellow = 0.44 and Black (K on CMYK) = 0.87.

Color convert

RGB 32 19 18 -
CMYK 0 0.41 0.44 0.87
HSL 4.29º 0.28% 0.1% -
HSV(B) 4.29º 0.44% 0.13% -
XYZ 0.94 0.82 0.68 -
YUV 22.77 125.31 134.58 -
System Red Green Blue C M Y K H S L
Decimal 32 19 18 0 0.41 0.44 0.87 4.29 0.28 0.1
Hex 20 13 12 0 29 2C 57 4 1C A
Octal 40 23 22 0 51 54 127 4 34 12
Binary 100000 10011 10010 0 101001 101100 1010111 100 11100 1010

Color Harmonies of #201312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201312

Black with #201312

Text Example


Text Example

White with #201312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201312; }

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

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

background-color css

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

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

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

border-color css

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

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

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