#362F28

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

Shades of Coffee Bean #362F28

Tints of Coffee Bean #362F28

Color information

#362F28 (or 0x362F28) is unknown color: approx Coffee Bean. HEX triplet: 36, 2F and 28. RGB value is (54,47,40). Sum of RGB (Red+Green+Blue) = 54+47+40=141 (18% of max value = 765). Red value is 54 (21.48% from 255 or 38.30% from 141); Green value is 47 (18.75% from 255 or 33.33% from 141); Blue value is 40 (16.02% from 255 or 28.37% from 141); Max value from RGB is 54 - color contains mainly: red. Hex color #362F28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362F28 is #C9D0D7. Grayscale: #303030. Windows color (decimal): -13226200 or 2633526. OLE color: 2633526.

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

Color convert

RGB544740-
CMYK00.130.260.79
HSL30º14.89%18.43%-
HSV(B)30º25.93%21.18%-
XYZ2.922.972.43-
YUV48.3123.32132.07-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 38.30%
GREEN value IS 47 (18.75% from 255) = 33.33%
BLUE value IS 40 (16.02% from 255) = 28.37%
R=38.30%
G=33.33%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.26
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54474000.130.260.793014.8918.43
Hex362F280D1A4F1ef12
Octal66575001532117361722
Binary1101101011111010000110111010100111111110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362F28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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