#372D26

Color #372D26 Coffee Bean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Coffee Bean #372D26

Tints of Coffee Bean #372D26

Color information

#372D26 (or 0x372D26) is unknown color: approx Coffee Bean. HEX triplet: 37, 2D and 26. RGB value is (55,45,38). Sum of RGB (Red+Green+Blue) = 55+45+38=138 (18% of max value = 765). Red value is 55 (21.88% from 255 or 39.86% from 138); Green value is 45 (17.97% from 255 or 32.61% from 138); Blue value is 38 (15.23% from 255 or 27.54% from 138); Max value from RGB is 55 - color contains mainly: red. Hex color #372D26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372D26 is #C8D2D9. Grayscale: #2F2F2F. Windows color (decimal): -13161178 or 2501943. OLE color: 2501943.

HSL color Cylindrical-coordinate representation of color #372D26: hue angle of 24.71º degrees, saturation: 0.18, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #372D26 is Cyan = 0, Magento = 0.18, Yellow = 0.31 and Black (K on CMYK) = 0.78.

Color convert

RGB554538-
CMYK00.180.310.78
HSL24.71º18.28%18.24%-
HSV(B)24.71º30.91%21.57%-
XYZ2.862.832.23-
YUV47.19122.81133.57-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 39.86%
GREEN value IS 45 (17.97% from 255) = 32.61%
BLUE value IS 38 (15.23% from 255) = 27.54%
R=39.86%
G=32.61%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.31
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55453800.180.310.7824.7118.2818.24
Hex372D260121F4E191212
Octal67554602237116312222
Binary110111101101100110010010111111001110110011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372D26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372D26; }

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

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

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

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

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

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

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

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