Html Css Color HEX #210E0C Seal Brown

📋 copy color: '#210E0C'

red 33 ◦ green 14 ◦ blue 12

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

Shades of Seal Brown #210E0C

Tints of Seal Brown #210E0C

RGB

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

 GREEN value IS 14 (5.86% from 255) = 23.73%

 BLUE value IS 12 (5.08% from 255) = 20.34%

R = 55.93%
G = 23.73%
B = 20.34%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.64

 K value IS 0.87

RGB Variations

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

Color information

#210E0C (or 0x210E0C) is known color: Seal Brown. HEX triplet: 21, 0E and 0C. RGB value is (33,14,12). Sum of RGB (Red+Green+Blue) = 33+14+12=59 (7% of max value = 765). Red value is 33 (13.28% from 255 or 55.93% from 59); Green value is 14 (5.86% from 255 or 23.73% from 59); Blue value is 12 (5.08% from 255 or 20.34% from 59); Max value from RGB is 33 - color contains mainly: red. Hex color #210E0C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210E0C is #DEF1F3. Grayscale: #131313. Windows color (decimal): -14610932 or 790049. OLE color: 790049.

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

Color convert

RGB 33 14 12 -
CMYK 0 0.58 0.64 0.87
HSL 5.71º 0.47% 0.09% -
HSV(B) 5.71º 0.64% 0.13% -
XYZ 0.85 0.66 0.43 -
YUV 19.45 123.79 137.66 -
System Red Green Blue C M Y K H S L
Decimal 33 14 12 0 0.58 0.64 0.87 5.71 0.47 0.09
Hex 21 E C 0 3A 40 57 6 2F 9
Octal 41 16 14 0 72 100 127 6 57 11
Binary 100001 1110 1100 0 111010 1000000 1010111 110 101111 1001

Color Harmonies of #210E0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210E0C

Black with #210E0C

Text Example


Text Example

White with #210E0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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