#37302A

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

Shades of Coffee Bean #37302A

Tints of Coffee Bean #37302A

Color information

#37302A (or 0x37302A) is unknown color: approx Coffee Bean. HEX triplet: 37, 30 and 2A. RGB value is (55,48,42). Sum of RGB (Red+Green+Blue) = 55+48+42=145 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.93% from 145); Green value is 48 (19.14% from 255 or 33.10% from 145); Blue value is 42 (16.80% from 255 or 28.97% from 145); Max value from RGB is 55 - color contains mainly: red. Hex color #37302A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37302A is #C8CFD5. Grayscale: #313131. Windows color (decimal): -13160406 or 2764855. OLE color: 2764855.

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

Color convert

RGB554842-
CMYK00.130.240.78
HSL27.69º13.4%19.02%-
HSV(B)27.69º23.64%21.57%-
XYZ3.053.092.63-
YUV49.41123.82131.99-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 37.93%
GREEN value IS 48 (19.14% from 255) = 33.10%
BLUE value IS 42 (16.80% from 255) = 28.97%
R=37.93%
G=33.10%
B=28.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.24
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55484200.130.240.7827.6913.419.02
Hex37302A0D184E1cd13
Octal67605201530116341523
Binary1101111100001010100110111000100111011100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37302A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37302A; }

 p { color: rgb(55,48,42); }

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

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

 a { background-color: rgb(55,48,42); }

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

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

 span { border-color: rgb(55,48,42); }

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