#372F29

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

Shades of Coffee Bean #372F29

Tints of Coffee Bean #372F29

Color information

#372F29 (or 0x372F29) is unknown color: approx Coffee Bean. HEX triplet: 37, 2F and 29. RGB value is (55,47,41). Sum of RGB (Red+Green+Blue) = 55+47+41=143 (18% of max value = 765). Red value is 55 (21.88% from 255 or 38.46% from 143); Green value is 47 (18.75% from 255 or 32.87% from 143); Blue value is 41 (16.41% from 255 or 28.67% from 143); Max value from RGB is 55 - color contains mainly: red. Hex color #372F29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372F29 is #C8D0D6. Grayscale: #303030. Windows color (decimal): -13160663 or 2699063. OLE color: 2699063.

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

Color convert

RGB554741-
CMYK00.150.250.78
HSL25.71º14.58%18.82%-
HSV(B)25.71º25.45%21.57%-
XYZ2.993.012.52-
YUV48.71123.65132.49-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 38.46%
GREEN value IS 47 (18.75% from 255) = 32.87%
BLUE value IS 41 (16.41% from 255) = 28.67%
R=38.46%
G=32.87%
B=28.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.25
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55474100.150.250.7825.7114.5818.82
Hex372F290F194E1af13
Octal67575101731116321723
Binary1101111011111010010111111001100111011010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372F29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,47,41); }

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

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

 a { background-color: rgb(55,47,41); }

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

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

 span { border-color: rgb(55,47,41); }

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