#37231C

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

Shades of Brown Pod #37231C

Tints of Brown Pod #37231C

Color information

#37231C (or 0x37231C) is unknown color: approx Brown Pod. HEX triplet: 37, 23 and 1C. RGB value is (55,35,28). Sum of RGB (Red+Green+Blue) = 55+35+28=118 (15% of max value = 765). Red value is 55 (21.88% from 255 or 46.61% from 118); Green value is 35 (14.06% from 255 or 29.66% from 118); Blue value is 28 (11.33% from 255 or 23.73% from 118); Max value from RGB is 55 - color contains mainly: red. Hex color #37231C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37231C is #C8DCE3. Grayscale: #282828. Windows color (decimal): -13163748 or 1844023. OLE color: 1844023.

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

Color convert

RGB553528-
CMYK00.360.490.78
HSL15.56º32.53%16.27%-
HSV(B)15.56º49.09%21.57%-
XYZ2.392.11.38-
YUV40.18121.13138.57-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 46.61%
GREEN value IS 35 (14.06% from 255) = 29.66%
BLUE value IS 28 (11.33% from 255) = 23.73%
R=46.61%
G=29.66%
B=23.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.49
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55352800.360.490.7815.5632.5316.27
Hex37231C024314E102110
Octal67433404461116204120
Binary11011110001111100010010011000110011101000010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37231C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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