#331612

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

Shades of Seal Brown #331612

Tints of Seal Brown #331612

Color information

#331612 (or 0x331612) is unknown color: approx Seal Brown. HEX triplet: 33, 16 and 12. RGB value is (51,22,18). Sum of RGB (Red+Green+Blue) = 51+22+18=91 (12% of max value = 765). Red value is 51 (20.31% from 255 or 56.04% from 91); Green value is 22 (8.98% from 255 or 24.18% from 91); Blue value is 18 (7.42% from 255 or 19.78% from 91); Max value from RGB is 51 - color contains mainly: red. Hex color #331612 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331612 is #CCE9ED. Grayscale: #1E1E1E. Windows color (decimal): -13429230 or 1185331. OLE color: 1185331.

HSL color Cylindrical-coordinate representation of color #331612: hue angle of 7.27º degrees, saturation: 0.48, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #331612 is Cyan = 0, Magento = 0.57, Yellow = 0.65 and Black (K on CMYK) = 0.8.

Color convert

RGB512218-
CMYK00.570.650.8
HSL7.27º47.83%13.53%-
HSV(B)7.27º64.71%20%-
XYZ1.761.320.73-
YUV30.21121.11142.83-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 56.04%
GREEN value IS 22 (8.98% from 255) = 24.18%
BLUE value IS 18 (7.42% from 255) = 19.78%
R=56.04%
G=24.18%
B=19.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.65
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51221800.570.650.87.2747.8313.53
Hex3316120394150730e
Octal63262207110112076016
Binary11001110110100100111001100000110100001111100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331612; }

 p { color: rgb(51,22,18); }

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

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

 a { background-color: rgb(51,22,18); }

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

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

 span { border-color: rgb(51,22,18); }

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