Html Css Color HEX #210C0B Seal Brown

📋 copy color: '#210C0B'

red 33 ◦ green 12 ◦ blue 11

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

Shades of Seal Brown #210C0B

Tints of Seal Brown #210C0B

RGB

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

 GREEN value IS 12 (5.08% from 255) = 21.43%

 BLUE value IS 11 (4.69% from 255) = 19.64%

R = 58.93%
G = 21.43%
B = 19.64%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.67

 K value IS 0.87

RGB Variations

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

Color information

#210C0B (or 0x210C0B) is known color: Seal Brown. HEX triplet: 21, 0C and 0B. RGB value is (33,12,11). Sum of RGB (Red+Green+Blue) = 33+12+11=56 (7% of max value = 765). Red value is 33 (13.28% from 255 or 58.93% from 56); Green value is 12 (5.08% from 255 or 21.43% from 56); Blue value is 11 (4.69% from 255 or 19.64% from 56); Max value from RGB is 33 - color contains mainly: red. Hex color #210C0B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210C0B is #DEF3F4. Grayscale: #121212. Windows color (decimal): -14611445 or 724001. OLE color: 724001.

HSL color Cylindrical-coordinate representation of color #210C0B: hue angle of 2.73º degrees, saturation: 0.5, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #210C0B is Cyan = 0, Magento = 0.64, Yellow = 0.67 and Black (K on CMYK) = 0.87.

Color convert

RGB 33 12 11 -
CMYK 0 0.64 0.67 0.87
HSL 2.73º 0.5% 0.09% -
HSV(B) 2.73º 0.67% 0.13% -
XYZ 0.82 0.61 0.39 -
YUV 18.17 123.96 138.58 -
System Red Green Blue C M Y K H S L
Decimal 33 12 11 0 0.64 0.67 0.87 2.73 0.5 0.09
Hex 21 C B 0 40 43 57 3 32 9
Octal 41 14 13 0 100 103 127 3 62 11
Binary 100001 1100 1011 0 1000000 1000011 1010111 11 110010 1001

Color Harmonies of #210C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210C0B

Black with #210C0B

Text Example


Text Example

White with #210C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210C0B; }

 p { color: rgb(33,12,11); }

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

background-color css

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

 a { background-color: rgb(33,12,11); }

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

border-color css

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

 span { border-color: rgb(33,12,11); }

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