#210B04

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

Shades of Seal Brown #210B04

Tints of Seal Brown #210B04

Color information

#210B04 (or 0x210B04) is unknown color: approx Seal Brown. HEX triplet: 21, 0B and 04. RGB value is (33,11,4). Sum of RGB (Red+Green+Blue) = 33+11+4=48 (6% of max value = 765). Red value is 33 (13.28% from 255 or 68.75% from 48); Green value is 11 (4.69% from 255 or 22.92% from 48); Blue value is 4 (1.95% from 255 or 8.33% from 48); Max value from RGB is 33 - color contains mainly: red. Hex color #210B04 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210B04 is #DEF4FB. Grayscale: #101010. Windows color (decimal): -14611708 or 264993. OLE color: 264993.

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

Color convert

RGB33114-
CMYK00.670.880.87
HSL14.48º78.38%7.25%-
HSV(B)14.48º87.88%12.94%-
XYZ0.770.570.18-
YUV16.78120.79139.57-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 68.75%
GREEN value IS 11 (4.69% from 255) = 22.92%
BLUE value IS 4 (1.95% from 255) = 8.33%
R=68.75%
G=22.92%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.88
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3311400.670.880.8714.4878.387.25
Hex21B40435857e4e7
Octal411340103130127161167
Binary1000011011100010000111011000101011111101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210B04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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