Html Css Color HEX #372F28 Coffee Bean

📋 copy color: '#372F28'

red 55 ◦ green 47 ◦ blue 40

#372F28
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Coffee Bean #372F28

Tints of Coffee Bean #372F28

RGB

 RED value IS 55 (21.88% from 255) = 38.73%

 GREEN value IS 47 (18.75% from 255) = 33.1%

 BLUE value IS 40 (16.02% from 255) = 28.17%

R = 38.73%
G = 33.1%
B = 28.17%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.27

 K value IS 0.78

RGB Variations

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

Color information

#372F28 (or 0x372F28) is known color: Coffee Bean. HEX triplet: 37, 2F and 28. RGB value is (55,47,40). Sum of RGB (Red+Green+Blue) = 55+47+40=142 (18% of max value = 765). Red value is 55 (21.88% from 255 or 38.73% from 142); Green value is 47 (18.75% from 255 or 33.10% from 142); Blue value is 40 (16.02% from 255 or 28.17% from 142); Max value from RGB is 55 - color contains mainly: red. Hex color #372F28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372F28 is #C8D0D7. Grayscale: #303030. Windows color (decimal): -13160664 or 2633527. OLE color: 2633527.

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

Color convert

RGB 55 47 40 -
CMYK 0 0.15 0.27 0.78
HSL 28º 0.16% 0.19% -
HSV(B) 28º 0.27% 0.22% -
XYZ 2.98 3 2.43 -
YUV 48.59 123.15 132.57 -
System Red Green Blue C M Y K H S L
Decimal 55 47 40 0 0.15 0.27 0.78 28 0.16 0.19
Hex 37 2F 28 0 F 1B 4E 1C 10 13
Octal 67 57 50 0 17 33 116 34 20 23
Binary 110111 101111 101000 0 1111 11011 1001110 11100 10000 10011

Color Harmonies of #372F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372F28

Black with #372F28

Text Example


Text Example

White with #372F28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #372F28;
 }
 .AnyTagClassName
 {
   color: #372F28;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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