#36302C

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

Shades of Coffee Bean #36302C

Tints of Coffee Bean #36302C

Color information

#36302C (or 0x36302C) is unknown color: approx Coffee Bean. HEX triplet: 36, 30 and 2C. RGB value is (54,48,44). Sum of RGB (Red+Green+Blue) = 54+48+44=146 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.99% from 146); Green value is 48 (19.14% from 255 or 32.88% from 146); Blue value is 44 (17.58% from 255 or 30.14% from 146); Max value from RGB is 54 - color contains mainly: red. Hex color #36302C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36302C is #C9CFD3. Grayscale: #313131. Windows color (decimal): -13225940 or 2895926. OLE color: 2895926.

HSL color Cylindrical-coordinate representation of color #36302C: hue angle of 24º degrees, saturation: 0.1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #36302C is Cyan = 0, Magento = 0.11, Yellow = 0.19 and Black (K on CMYK) = 0.79.

Color convert

RGB544844-
CMYK00.110.190.79
HSL24º10.2%19.22%-
HSV(B)24º18.52%21.18%-
XYZ3.033.082.82-
YUV49.34124.99131.33-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 36.99%
GREEN value IS 48 (19.14% from 255) = 32.88%
BLUE value IS 44 (17.58% from 255) = 30.14%
R=36.99%
G=32.88%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.19
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54484400.110.190.792410.219.22
Hex36302C0B134F18a13
Octal66605401323117301223
Binary1101101100001011000101110011100111111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36302C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36302C; }

 p { color: rgb(54,48,44); }

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

<style>
 a { background-color: #36302C; }

 a { background-color: rgb(54,48,44); }

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

<style>
 span { border-color: #36302C; }

 span { border-color: rgb(54,48,44); }

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