#362D28

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

Shades of Coffee Bean #362D28

Tints of Coffee Bean #362D28

Color information

#362D28 (or 0x362D28) is unknown color: approx Coffee Bean. HEX triplet: 36, 2D and 28. RGB value is (54,45,40). Sum of RGB (Red+Green+Blue) = 54+45+40=139 (18% of max value = 765). Red value is 54 (21.48% from 255 or 38.85% from 139); Green value is 45 (17.97% from 255 or 32.37% from 139); Blue value is 40 (16.02% from 255 or 28.78% from 139); Max value from RGB is 54 - color contains mainly: red. Hex color #362D28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362D28 is #C9D2D7. Grayscale: #2F2F2F. Windows color (decimal): -13226712 or 2633014. OLE color: 2633014.

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

Color convert

RGB544540-
CMYK00.170.260.79
HSL21.43º14.89%18.43%-
HSV(B)21.43º25.93%21.18%-
XYZ2.842.812.4-
YUV47.12123.98132.91-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 38.85%
GREEN value IS 45 (17.97% from 255) = 32.37%
BLUE value IS 40 (16.02% from 255) = 28.78%
R=38.85%
G=32.37%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.26
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54454000.170.260.7921.4314.8918.43
Hex362D280111A4F15f12
Octal66555002132117251722
Binary11011010110110100001000111010100111110101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362D28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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