#331607

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

Shades of Brown Pod #331607

Tints of Brown Pod #331607

Color information

#331607 (or 0x331607) is unknown color: approx Brown Pod. HEX triplet: 33, 16 and 07. RGB value is (51,22,7). Sum of RGB (Red+Green+Blue) = 51+22+7=80 (10% of max value = 765). Red value is 51 (20.31% from 255 or 63.75% from 80); Green value is 22 (8.98% from 255 or 27.5% from 80); Blue value is 7 (3.12% from 255 or 8.75% from 80); Max value from RGB is 51 - color contains mainly: red. Hex color #331607 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331607 is #CCE9F8. Grayscale: #1D1D1D. Windows color (decimal): -13429241 or 464435. OLE color: 464435.

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

Color convert

RGB51227-
CMYK00.570.860.8
HSL20.45º75.86%11.37%-
HSV(B)20.45º86.27%20%-
XYZ1.691.290.36-
YUV28.96115.61143.72-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 63.75%
GREEN value IS 22 (8.98% from 255) = 27.5%
BLUE value IS 7 (3.12% from 255) = 8.75%
R=63.75%
G=27.5%
B=8.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.86
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5122700.570.860.820.4575.8611.37
Hex331670395650144cb
Octal632670711261202411413
Binary110011101101110111001101011010100001010010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331607

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331607; }

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

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

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

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

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

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

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

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