#331005

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

Shades of Seal Brown #331005

Tints of Seal Brown #331005

Color information

#331005 (or 0x331005) is unknown color: approx Seal Brown. HEX triplet: 33, 10 and 05. RGB value is (51,16,5). Sum of RGB (Red+Green+Blue) = 51+16+5=72 (9% of max value = 765). Red value is 51 (20.31% from 255 or 70.83% from 72); Green value is 16 (6.64% from 255 or 22.22% from 72); Blue value is 5 (2.34% from 255 or 6.94% from 72); Max value from RGB is 51 - color contains mainly: red. Hex color #331005 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331005 is #CCEFFA. Grayscale: #191919. Windows color (decimal): -13430779 or 331827. OLE color: 331827.

HSL color Cylindrical-coordinate representation of color #331005: hue angle of 14.35º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #331005 is Cyan = 0, Magento = 0.69, Yellow = 0.90 and Black (K on CMYK) = 0.8.

Color convert

RGB51165-
CMYK00.690.900.8
HSL14.35º82.14%10.98%-
HSV(B)14.35º90.2%20%-
XYZ1.581.090.27-
YUV25.21116.6146.39-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 70.83%
GREEN value IS 16 (6.64% from 255) = 22.22%
BLUE value IS 5 (2.34% from 255) = 6.94%
R=70.83%
G=22.22%
B=6.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.90
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5116500.690.900.814.3582.1410.98
Hex331050455A50e52b
Octal6320501051321201612213
Binary110011100001010100010110110101010000111010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331005; }

 p { color: rgb(51,16,5); }

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

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

 a { background-color: rgb(51,16,5); }

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

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

 span { border-color: rgb(51,16,5); }

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