#331702

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

Shades of Brown Pod #331702

Tints of Brown Pod #331702

Color information

#331702 (or 0x331702) is unknown color: approx Brown Pod. HEX triplet: 33, 17 and 02. RGB value is (51,23,2). Sum of RGB (Red+Green+Blue) = 51+23+2=76 (10% of max value = 765). Red value is 51 (20.31% from 255 or 67.11% from 76); Green value is 23 (9.38% from 255 or 30.26% from 76); Blue value is 2 (1.17% from 255 or 2.63% from 76); Max value from RGB is 51 - color contains mainly: red. Hex color #331702 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331702 is #CCE8FD. Grayscale: #1D1D1D. Windows color (decimal): -13428990 or 137011. OLE color: 137011.

HSL color Cylindrical-coordinate representation of color #331702: hue angle of 25.71º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #331702 is Cyan = 0, Magento = 0.55, Yellow = 0.96 and Black (K on CMYK) = 0.8.

Color convert

RGB51232-
CMYK00.550.960.8
HSL25.71º92.45%10.39%-
HSV(B)25.71º96.08%20%-
XYZ1.681.320.22-
YUV28.98112.78143.71-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 67.11%
GREEN value IS 23 (9.38% from 255) = 30.26%
BLUE value IS 2 (1.17% from 255) = 2.63%
R=67.11%
G=30.26%
B=2.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.96
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5123200.550.960.825.7192.4510.39
Hex3317203760501a5ca
Octal632720671401203213412
Binary11001110111100110111110000010100001101010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331702; }

 p { color: rgb(51,23,2); }

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

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

 a { background-color: rgb(51,23,2); }

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

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

 span { border-color: rgb(51,23,2); }

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