#210605

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

Shades of Seal Brown #210605

Tints of Seal Brown #210605

Color information

#210605 (or 0x210605) is unknown color: approx Seal Brown. HEX triplet: 21, 06 and 05. RGB value is (33,6,5). Sum of RGB (Red+Green+Blue) = 33+6+5=44 (5% of max value = 765). Red value is 33 (13.28% from 255 or 75% from 44); Green value is 6 (2.73% from 255 or 13.64% from 44); Blue value is 5 (2.34% from 255 or 11.36% from 44); Max value from RGB is 33 - color contains mainly: red. Hex color #210605 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210605 is #DEF9FA. Grayscale: #0D0D0D. Windows color (decimal): -14612987 or 329249. OLE color: 329249.

HSL color Cylindrical-coordinate representation of color #210605: hue angle of 2.14º degrees, saturation: 0.74, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #210605 is Cyan = 0, Magento = 0.82, Yellow = 0.85 and Black (K on CMYK) = 0.87.

Color convert

RGB3365-
CMYK00.820.850.87
HSL2.14º73.68%7.45%-
HSV(B)2.14º84.85%12.94%-
XYZ0.720.460.2-
YUV13.96122.95141.58-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 75%
GREEN value IS 6 (2.73% from 255) = 13.64%
BLUE value IS 5 (2.34% from 255) = 11.36%
R=75%
G=13.64%
B=11.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.85
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal336500.820.850.872.1473.687.45
Hex2165052555724a7
Octal4165012212512721127
Binary1000011101010101001010101011010111101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210605; }

 p { color: rgb(33,6,5); }

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

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

 a { background-color: rgb(33,6,5); }

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

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

 span { border-color: rgb(33,6,5); }

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