#362C24

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

Shades of Coffee Bean #362C24

Tints of Coffee Bean #362C24

Color information

#362C24 (or 0x362C24) is unknown color: approx Coffee Bean. HEX triplet: 36, 2C and 24. RGB value is (54,44,36). Sum of RGB (Red+Green+Blue) = 54+44+36=134 (17% of max value = 765). Red value is 54 (21.48% from 255 or 40.30% from 134); Green value is 44 (17.58% from 255 or 32.84% from 134); Blue value is 36 (14.45% from 255 or 26.87% from 134); Max value from RGB is 54 - color contains mainly: red. Hex color #362C24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362C24 is #C9D3DB. Grayscale: #2E2E2E. Windows color (decimal): -13226972 or 2370614. OLE color: 2370614.

HSL color Cylindrical-coordinate representation of color #362C24: hue angle of 26.67º degrees, saturation: 0.2, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #362C24 is Cyan = 0, Magento = 0.19, Yellow = 0.33 and Black (K on CMYK) = 0.79.

Color convert

RGB544436-
CMYK00.190.330.79
HSL26.67º20%17.65%-
HSV(B)26.67º33.33%21.18%-
XYZ2.742.712.05-
YUV46.08122.31133.65-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 40.30%
GREEN value IS 44 (17.58% from 255) = 32.84%
BLUE value IS 36 (14.45% from 255) = 26.87%
R=40.30%
G=32.84%
B=26.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.33
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54443600.190.330.7926.672017.65
Hex362C24013214F1b1412
Octal66544402341117332422
Binary1101101011001001000100111000011001111110111010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362C24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362C24; }

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

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

<style>
 a { background-color: #362C24; }

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

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

<style>
 span { border-color: #362C24; }

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

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