#37241F

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

Shades of Brown Pod #37241F

Tints of Brown Pod #37241F

Color information

#37241F (or 0x37241F) is unknown color: approx Brown Pod. HEX triplet: 37, 24 and 1F. RGB value is (55,36,31). Sum of RGB (Red+Green+Blue) = 55+36+31=122 (16% of max value = 765). Red value is 55 (21.88% from 255 or 45.08% from 122); Green value is 36 (14.45% from 255 or 29.51% from 122); Blue value is 31 (12.5% from 255 or 25.41% from 122); Max value from RGB is 55 - color contains mainly: red. Hex color #37241F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37241F is #C8DBE0. Grayscale: #292929. Windows color (decimal): -13163489 or 2040887. OLE color: 2040887.

HSL color Cylindrical-coordinate representation of color #37241F: hue angle of 12.5º 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 #37241F is Cyan = 0, Magento = 0.35, Yellow = 0.44 and Black (K on CMYK) = 0.78.

Color convert

RGB553631-
CMYK00.350.440.78
HSL12.5º27.91%16.86%-
HSV(B)12.5º43.64%21.57%-
XYZ2.452.171.59-
YUV41.11122.29137.91-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 45.08%
GREEN value IS 36 (14.45% from 255) = 29.51%
BLUE value IS 31 (12.5% from 255) = 25.41%
R=45.08%
G=29.51%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.44
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55363100.350.440.7812.527.9116.86
Hex37241F0232C4Ed1c11
Octal67443704354116153421
Binary110111100100111110100011101100100111011011110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37241F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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