#210E02

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

Shades of Seal Brown #210E02

Tints of Seal Brown #210E02

Color information

#210E02 (or 0x210E02) is unknown color: approx Seal Brown. HEX triplet: 21, 0E and 02. RGB value is (33,14,2). Sum of RGB (Red+Green+Blue) = 33+14+2=49 (6% of max value = 765). Red value is 33 (13.28% from 255 or 67.35% from 49); Green value is 14 (5.86% from 255 or 28.57% from 49); Blue value is 2 (1.17% from 255 or 4.08% from 49); Max value from RGB is 33 - color contains mainly: red. Hex color #210E02 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210E02 is #DEF1FD. Grayscale: #121212. Windows color (decimal): -14610942 or 134689. OLE color: 134689.

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

Color convert

RGB33142-
CMYK00.580.940.87
HSL23.23º88.57%6.86%-
HSV(B)23.23º93.94%12.94%-
XYZ0.80.640.14-
YUV18.31118.79138.48-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 67.35%
GREEN value IS 14 (5.86% from 255) = 28.57%
BLUE value IS 2 (1.17% from 255) = 4.08%
R=67.35%
G=28.57%
B=4.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.94
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3314200.580.940.8723.2388.576.86
Hex21E203A5E5717597
Octal41162072136127271317
Binary100001111010011101010111101010111101111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210E02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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