#362B22

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

Shades of Coffee Bean #362B22

Tints of Coffee Bean #362B22

Color information

#362B22 (or 0x362B22) is unknown color: approx Coffee Bean. HEX triplet: 36, 2B and 22. RGB value is (54,43,34). Sum of RGB (Red+Green+Blue) = 54+43+34=131 (17% of max value = 765). Red value is 54 (21.48% from 255 or 41.22% from 131); Green value is 43 (17.19% from 255 or 32.82% from 131); Blue value is 34 (13.67% from 255 or 25.95% from 131); Max value from RGB is 54 - color contains mainly: red. Hex color #362B22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362B22 is #C9D4DD. Grayscale: #2D2D2D. Windows color (decimal): -13227230 or 2239286. OLE color: 2239286.

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

Color convert

RGB544334-
CMYK00.200.370.79
HSL27º22.73%17.25%-
HSV(B)27º37.04%21.18%-
XYZ2.672.631.88-
YUV45.26121.64134.23-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 41.22%
GREEN value IS 43 (17.19% from 255) = 32.82%
BLUE value IS 34 (13.67% from 255) = 25.95%
R=41.22%
G=32.82%
B=25.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.37
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54433400.200.370.792722.7317.25
Hex362B22014254F1b1711
Octal66534202445117332721
Binary1101101010111000100101001001011001111110111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362B22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,43,34); }

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

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

 a { background-color: rgb(54,43,34); }

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

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

 span { border-color: rgb(54,43,34); }

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