#372E26

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

Shades of Coffee Bean #372E26

Tints of Coffee Bean #372E26

Color information

#372E26 (or 0x372E26) is unknown color: approx Coffee Bean. HEX triplet: 37, 2E and 26. RGB value is (55,46,38). Sum of RGB (Red+Green+Blue) = 55+46+38=139 (18% of max value = 765). Red value is 55 (21.88% from 255 or 39.57% from 139); Green value is 46 (18.36% from 255 or 33.09% from 139); Blue value is 38 (15.23% from 255 or 27.34% from 139); Max value from RGB is 55 - color contains mainly: red. Hex color #372E26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372E26 is #C8D1D9. Grayscale: #2F2F2F. Windows color (decimal): -13160922 or 2502199. OLE color: 2502199.

HSL color Cylindrical-coordinate representation of color #372E26: hue angle of 28.24º 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 #372E26 is Cyan = 0, Magento = 0.16, Yellow = 0.31 and Black (K on CMYK) = 0.78.

Color convert

RGB554638-
CMYK00.160.310.78
HSL28.24º18.28%18.24%-
HSV(B)28.24º30.91%21.57%-
XYZ2.92.912.24-
YUV47.78122.48133.15-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 39.57%
GREEN value IS 46 (18.36% from 255) = 33.09%
BLUE value IS 38 (15.23% from 255) = 27.34%
R=39.57%
G=33.09%
B=27.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.31
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55463800.160.310.7828.2418.2818.24
Hex372E260101F4E1c1212
Octal67564602037116342222
Binary110111101110100110010000111111001110111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372E26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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