#331709

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

Shades of Brown Pod #331709

Tints of Brown Pod #331709

Color information

#331709 (or 0x331709) is unknown color: approx Brown Pod. HEX triplet: 33, 17 and 09. RGB value is (51,23,9). Sum of RGB (Red+Green+Blue) = 51+23+9=83 (10% of max value = 765). Red value is 51 (20.31% from 255 or 61.45% from 83); Green value is 23 (9.38% from 255 or 27.71% from 83); Blue value is 9 (3.91% from 255 or 10.84% from 83); Max value from RGB is 51 - color contains mainly: red. Hex color #331709 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331709 is #CCE8F6. Grayscale: #1D1D1D. Windows color (decimal): -13428983 or 595763. OLE color: 595763.

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

Color convert

RGB51239-
CMYK00.550.820.8
HSL20º70%11.76%-
HSV(B)20º82.35%20%-
XYZ1.721.340.43-
YUV29.78116.28143.14-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 61.45%
GREEN value IS 23 (9.38% from 255) = 27.71%
BLUE value IS 9 (3.91% from 255) = 10.84%
R=61.45%
G=27.71%
B=10.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.82
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5123900.550.820.8207011.76
Hex3317903752501446c
Octal6327110671221202410614
Binary1100111011110010110111101001010100001010010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331709

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331709; }

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

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

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

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

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

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

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

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