#37261F

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

Shades of Brown Pod #37261F

Tints of Brown Pod #37261F

Color information

#37261F (or 0x37261F) is unknown color: approx Brown Pod. HEX triplet: 37, 26 and 1F. RGB value is (55,38,31). Sum of RGB (Red+Green+Blue) = 55+38+31=124 (16% of max value = 765). Red value is 55 (21.88% from 255 or 44.35% from 124); Green value is 38 (15.23% from 255 or 30.65% from 124); Blue value is 31 (12.5% from 255 or 25% from 124); Max value from RGB is 55 - color contains mainly: red. Hex color #37261F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37261F is #C8D9E0. Grayscale: #2A2A2A. Windows color (decimal): -13162977 or 2041399. OLE color: 2041399.

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

Color convert

RGB553831-
CMYK00.310.440.78
HSL17.5º27.91%16.86%-
HSV(B)17.5º43.64%21.57%-
XYZ2.522.31.61-
YUV42.28121.63137.07-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 44.35%
GREEN value IS 38 (15.23% from 255) = 30.65%
BLUE value IS 31 (12.5% from 255) = 25%
R=44.35%
G=30.65%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.44
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55383100.310.440.7817.527.9116.86
Hex37261F01F2C4E121c11
Octal67463703754116223421
Binary110111100110111110111111011001001110100101110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37261F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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