#210C04

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

Shades of Seal Brown #210C04

Tints of Seal Brown #210C04

Color information

#210C04 (or 0x210C04) is unknown color: approx Seal Brown. HEX triplet: 21, 0C and 04. RGB value is (33,12,4). Sum of RGB (Red+Green+Blue) = 33+12+4=49 (6% of max value = 765). Red value is 33 (13.28% from 255 or 67.35% from 49); Green value is 12 (5.08% from 255 or 24.49% from 49); Blue value is 4 (1.95% from 255 or 8.16% from 49); Max value from RGB is 33 - color contains mainly: red. Hex color #210C04 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210C04 is #DEF3FB. Grayscale: #111111. Windows color (decimal): -14611452 or 265249. OLE color: 265249.

HSL color Cylindrical-coordinate representation of color #210C04: hue angle of 16.55º 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 #210C04 is Cyan = 0, Magento = 0.64, Yellow = 0.88 and Black (K on CMYK) = 0.87.

Color convert

RGB33124-
CMYK00.640.880.87
HSL16.55º78.38%7.25%-
HSV(B)16.55º87.88%12.94%-
XYZ0.780.60.19-
YUV17.37120.46139.15-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 67.35%
GREEN value IS 12 (5.08% from 255) = 24.49%
BLUE value IS 4 (1.95% from 255) = 8.16%
R=67.35%
G=24.49%
B=8.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.88
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3312400.640.880.8716.5578.387.25
Hex21C40405857114e7
Octal411440100130127211167
Binary10000111001000100000010110001010111100011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210C04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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