#33231F

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

Shades of Brown Pod #33231F

Tints of Brown Pod #33231F

Color information

#33231F (or 0x33231F) is unknown color: approx Brown Pod. HEX triplet: 33, 23 and 1F. RGB value is (51,35,31). Sum of RGB (Red+Green+Blue) = 51+35+31=117 (15% of max value = 765). Red value is 51 (20.31% from 255 or 43.59% from 117); Green value is 35 (14.06% from 255 or 29.91% from 117); Blue value is 31 (12.5% from 255 or 26.50% from 117); Max value from RGB is 51 - color contains mainly: red. Hex color #33231F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33231F is #CCDCE0. Grayscale: #272727. Windows color (decimal): -13425889 or 2040627. OLE color: 2040627.

HSL color Cylindrical-coordinate representation of color #33231F: hue angle of 12º degrees, saturation: 0.24, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #33231F is Cyan = 0, Magento = 0.31, Yellow = 0.39 and Black (K on CMYK) = 0.8.

Color convert

RGB513531-
CMYK00.310.390.8
HSL12º24.39%16.08%-
HSV(B)12º39.22%20%-
XYZ2.2121.57-
YUV39.33123.3136.33-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 43.59%
GREEN value IS 35 (14.06% from 255) = 29.91%
BLUE value IS 31 (12.5% from 255) = 26.50%
R=43.59%
G=29.91%
B=26.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.39
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51353100.310.390.81224.3916.08
Hex33231F01F2750c1810
Octal63433703747120143020
Binary11001110001111111011111100111101000011001100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33231F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33231F; }

 p { color: rgb(51,35,31); }

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

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

 a { background-color: rgb(51,35,31); }

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

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

 span { border-color: rgb(51,35,31); }

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