Html Css Color HEX #201311 Seal Brown

📋 copy color: '#201311'

red 32 ◦ green 19 ◦ blue 17

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

Shades of Seal Brown #201311

Tints of Seal Brown #201311

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 25%

R = 47.06%
G = 27.94%
B = 25%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.47

 K value IS 0.87

RGB Variations

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

Color information

#201311 (or 0x201311) is known color: Seal Brown. HEX triplet: 20, 13 and 11. RGB value is (32,19,17). Sum of RGB (Red+Green+Blue) = 32+19+17=68 (9% of max value = 765). Red value is 32 (12.89% from 255 or 47.06% from 68); Green value is 19 (7.81% from 255 or 27.94% from 68); Blue value is 17 (7.03% from 255 or 25% from 68); Max value from RGB is 32 - color contains mainly: red. Hex color #201311 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #201311 is #DFECEE. Grayscale: #161616. Windows color (decimal): -14675183 or 1119008. OLE color: 1119008.

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

Color convert

RGB 32 19 17 -
CMYK 0 0.41 0.47 0.87
HSL 0.31% 0.1% -
HSV(B) 0.47% 0.13% -
XYZ 0.93 0.81 0.64 -
YUV 22.66 124.81 134.66 -
System Red Green Blue C M Y K H S L
Decimal 32 19 17 0 0.41 0.47 0.87 8 0.31 0.1
Hex 20 13 11 0 29 2F 57 8 1F A
Octal 40 23 21 0 51 57 127 10 37 12
Binary 100000 10011 10001 0 101001 101111 1010111 1000 11111 1010

Color Harmonies of #201311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201311

Black with #201311

Text Example


Text Example

White with #201311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201311; }

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

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

background-color css

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

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

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

border-color css

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

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

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