#362E28

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

Shades of Coffee Bean #362E28

Tints of Coffee Bean #362E28

Color information

#362E28 (or 0x362E28) is unknown color: approx Coffee Bean. HEX triplet: 36, 2E and 28. RGB value is (54,46,40). Sum of RGB (Red+Green+Blue) = 54+46+40=140 (18% of max value = 765). Red value is 54 (21.48% from 255 or 38.57% from 140); Green value is 46 (18.36% from 255 or 32.86% from 140); Blue value is 40 (16.02% from 255 or 28.57% from 140); Max value from RGB is 54 - color contains mainly: red. Hex color #362E28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362E28 is #C9D1D7. Grayscale: #2F2F2F. Windows color (decimal): -13226456 or 2633270. OLE color: 2633270.

HSL color Cylindrical-coordinate representation of color #362E28: hue angle of 25.71º 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 #362E28 is Cyan = 0, Magento = 0.15, Yellow = 0.26 and Black (K on CMYK) = 0.79.

Color convert

RGB544640-
CMYK00.150.260.79
HSL25.71º14.89%18.43%-
HSV(B)25.71º25.93%21.18%-
XYZ2.882.892.41-
YUV47.71123.65132.49-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 38.57%
GREEN value IS 46 (18.36% from 255) = 32.86%
BLUE value IS 40 (16.02% from 255) = 28.57%
R=38.57%
G=32.86%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.26
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54464000.150.260.7925.7114.8918.43
Hex362E280F1A4F1af12
Octal66565001732117321722
Binary1101101011101010000111111010100111111010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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