Html Css Color HEX #211512 Seal Brown

📋 copy color: '#211512'

red 33 ◦ green 21 ◦ blue 18

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

Shades of Seal Brown #211512

Tints of Seal Brown #211512

RGB

 RED value IS 33 (13.28% from 255) = 45.83%

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

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

R = 45.83%
G = 29.17%
B = 25%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.45

 K value IS 0.87

RGB Variations

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

Color information

#211512 (or 0x211512) is known color: Seal Brown. HEX triplet: 21, 15 and 12. RGB value is (33,21,18). Sum of RGB (Red+Green+Blue) = 33+21+18=72 (9% of max value = 765). Red value is 33 (13.28% from 255 or 45.83% from 72); Green value is 21 (8.59% from 255 or 29.17% from 72); Blue value is 18 (7.42% from 255 or 25% from 72); Max value from RGB is 33 - color contains mainly: red. Hex color #211512 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #211512 is #DEEAED. Grayscale: #181818. Windows color (decimal): -14609134 or 1185057. OLE color: 1185057.

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

Color convert

RGB 33 21 18 -
CMYK 0 0.36 0.45 0.87
HSL 12º 0.29% 0.1% -
HSV(B) 12º 0.45% 0.13% -
XYZ 1 0.9 0.69 -
YUV 24.25 124.48 134.24 -
System Red Green Blue C M Y K H S L
Decimal 33 21 18 0 0.36 0.45 0.87 12 0.29 0.1
Hex 21 15 12 0 24 2D 57 C 1D A
Octal 41 25 22 0 44 55 127 14 35 12
Binary 100001 10101 10010 0 100100 101101 1010111 1100 11101 1010

Color Harmonies of #211512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211512

Black with #211512

Text Example


Text Example

White with #211512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211512; }

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

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

background-color css

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

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

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

border-color css

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

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

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