#372318

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

Shades of Brown Pod #372318

Tints of Brown Pod #372318

Color information

#372318 (or 0x372318) is unknown color: approx Brown Pod. HEX triplet: 37, 23 and 18. RGB value is (55,35,24). Sum of RGB (Red+Green+Blue) = 55+35+24=114 (15% of max value = 765). Red value is 55 (21.88% from 255 or 48.25% from 114); Green value is 35 (14.06% from 255 or 30.70% from 114); Blue value is 24 (9.77% from 255 or 21.05% from 114); Max value from RGB is 55 - color contains mainly: red. Hex color #372318 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372318 is #C8DCE7. Grayscale: #272727. Windows color (decimal): -13163752 or 1581879. OLE color: 1581879.

HSL color Cylindrical-coordinate representation of color #372318: hue angle of 21.29º degrees, saturation: 0.39, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #372318 is Cyan = 0, Magento = 0.36, Yellow = 0.56 and Black (K on CMYK) = 0.78.

Color convert

RGB553524-
CMYK00.360.560.78
HSL21.29º39.24%15.49%-
HSV(B)21.29º56.36%21.57%-
XYZ2.342.081.14-
YUV39.73119.13138.89-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 48.25%
GREEN value IS 35 (14.06% from 255) = 30.70%
BLUE value IS 24 (9.77% from 255) = 21.05%
R=48.25%
G=30.70%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.56
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55352400.360.560.7821.2939.2415.49
Hex372318024384E1527f
Octal67433004470116254717
Binary1101111000111100001001001110001001110101011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372318; }

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

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

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

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

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

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

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

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