#210F0A

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

Shades of Seal Brown #210F0A

Tints of Seal Brown #210F0A

Color information

#210F0A (or 0x210F0A) is unknown color: approx Seal Brown. HEX triplet: 21, 0F and 0A. RGB value is (33,15,10). Sum of RGB (Red+Green+Blue) = 33+15+10=58 (7% of max value = 765). Red value is 33 (13.28% from 255 or 56.90% from 58); Green value is 15 (6.25% from 255 or 25.86% from 58); Blue value is 10 (4.30% from 255 or 17.24% from 58); Max value from RGB is 33 - color contains mainly: red. Hex color #210F0A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210F0A is #DEF0F5. Grayscale: #131313. Windows color (decimal): -14610678 or 659233. OLE color: 659233.

HSL color Cylindrical-coordinate representation of color #210F0A: hue angle of 13.04º degrees, saturation: 0.53, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #210F0A is Cyan = 0, Magento = 0.55, Yellow = 0.70 and Black (K on CMYK) = 0.87.

Color convert

RGB331510-
CMYK00.550.700.87
HSL13.04º53.49%8.43%-
HSV(B)13.04º69.7%12.94%-
XYZ0.850.690.37-
YUV19.81122.46137.41-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 56.90%
GREEN value IS 15 (6.25% from 255) = 25.86%
BLUE value IS 10 (4.30% from 255) = 17.24%
R=56.90%
G=25.86%
B=17.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.70
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33151000.550.700.8713.0453.498.43
Hex21FA0374657d358
Octal411712067106127156510
Binary1000011111101001101111000110101011111011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210F0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,15,10); }

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

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

 a { background-color: rgb(33,15,10); }

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

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

 span { border-color: rgb(33,15,10); }

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