#37231F

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

Shades of Brown Pod #37231F

Tints of Brown Pod #37231F

Color information

#37231F (or 0x37231F) is unknown color: approx Brown Pod. HEX triplet: 37, 23 and 1F. RGB value is (55,35,31). Sum of RGB (Red+Green+Blue) = 55+35+31=121 (16% of max value = 765). Red value is 55 (21.88% from 255 or 45.45% from 121); Green value is 35 (14.06% from 255 or 28.93% from 121); Blue value is 31 (12.5% from 255 or 25.62% from 121); Max value from RGB is 55 - color contains mainly: red. Hex color #37231F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37231F is #C8DCE0. Grayscale: #282828. Windows color (decimal): -13163745 or 2040631. OLE color: 2040631.

HSL color Cylindrical-coordinate representation of color #37231F: hue angle of 10º degrees, saturation: 0.28, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #37231F is Cyan = 0, Magento = 0.36, Yellow = 0.44 and Black (K on CMYK) = 0.78.

Color convert

RGB553531-
CMYK00.360.440.78
HSL10º27.91%16.86%-
HSV(B)10º43.64%21.57%-
XYZ2.422.111.58-
YUV40.52122.63138.33-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 45.45%
GREEN value IS 35 (14.06% from 255) = 28.93%
BLUE value IS 31 (12.5% from 255) = 25.62%
R=45.45%
G=28.93%
B=25.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.44
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55353100.360.440.781027.9116.86
Hex37231F0242C4Ea1c11
Octal67433704454116123421
Binary110111100011111110100100101100100111010101110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37231F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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