#210E0D

Color #210E0D Seal Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seal Brown #210E0D

Tints of Seal Brown #210E0D

Color information

#210E0D (or 0x210E0D) is unknown color: approx Seal Brown. HEX triplet: 21, 0E and 0D. RGB value is (33,14,13). Sum of RGB (Red+Green+Blue) = 33+14+13=60 (7% of max value = 765). Red value is 33 (13.28% from 255 or 55% from 60); Green value is 14 (5.86% from 255 or 23.33% from 60); Blue value is 13 (5.47% from 255 or 21.67% from 60); Max value from RGB is 33 - color contains mainly: red. Hex color #210E0D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210E0D is #DEF1F2. Grayscale: #131313. Windows color (decimal): -14610931 or 855585. OLE color: 855585.

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

Color convert

RGB331413-
CMYK00.580.610.87
HSL43.48%9.02%-
HSV(B)60.61%12.94%-
XYZ0.860.670.46-
YUV19.57124.29137.58-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 55%
GREEN value IS 14 (5.86% from 255) = 23.33%
BLUE value IS 13 (5.47% from 255) = 21.67%
R=55%
G=23.33%
B=21.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.61
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33141300.580.610.87343.489.02
Hex21ED03A3D5732b9
Octal4116150727512735311
Binary1000011110110101110101111011010111111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210E0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #210E0D;
 }
 .AnyTagClassName
 {
   color: #210E0D;
 }
</style>
background-color css

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

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

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

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

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

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