#362D27

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

Shades of Coffee Bean #362D27

Tints of Coffee Bean #362D27

Color information

#362D27 (or 0x362D27) is unknown color: approx Coffee Bean. HEX triplet: 36, 2D and 27. RGB value is (54,45,39). Sum of RGB (Red+Green+Blue) = 54+45+39=138 (18% of max value = 765). Red value is 54 (21.48% from 255 or 39.13% from 138); Green value is 45 (17.97% from 255 or 32.61% from 138); Blue value is 39 (15.62% from 255 or 28.26% from 138); Max value from RGB is 54 - color contains mainly: red. Hex color #362D27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362D27 is #C9D2D8. Grayscale: #2F2F2F. Windows color (decimal): -13226713 or 2567478. OLE color: 2567478.

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

Color convert

RGB544539-
CMYK00.170.280.79
HSL24º16.13%18.24%-
HSV(B)24º27.78%21.18%-
XYZ2.832.812.31-
YUV47.01123.48132.99-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 39.13%
GREEN value IS 45 (17.97% from 255) = 32.61%
BLUE value IS 39 (15.62% from 255) = 28.26%
R=39.13%
G=32.61%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.28
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54453900.170.280.792416.1318.24
Hex362D270111C4F181012
Octal66554702134117302022
Binary110110101101100111010001111001001111110001000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362D27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,45,39); }

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

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

 a { background-color: rgb(54,45,39); }

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

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

 span { border-color: rgb(54,45,39); }

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