#362F2B

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

Shades of Coffee Bean #362F2B

Tints of Coffee Bean #362F2B

Color information

#362F2B (or 0x362F2B) is unknown color: approx Coffee Bean. HEX triplet: 36, 2F and 2B. RGB value is (54,47,43). Sum of RGB (Red+Green+Blue) = 54+47+43=144 (19% of max value = 765). Red value is 54 (21.48% from 255 or 37.5% from 144); Green value is 47 (18.75% from 255 or 32.64% from 144); Blue value is 43 (17.19% from 255 or 29.86% from 144); Max value from RGB is 54 - color contains mainly: red. Hex color #362F2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362F2B is #C9D0D4. Grayscale: #303030. Windows color (decimal): -13226197 or 2830134. OLE color: 2830134.

HSL color Cylindrical-coordinate representation of color #362F2B: hue angle of 21.82º degrees, saturation: 0.11, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #362F2B is Cyan = 0, Magento = 0.13, Yellow = 0.20 and Black (K on CMYK) = 0.79.

Color convert

RGB544743-
CMYK00.130.200.79
HSL21.82º11.34%19.02%-
HSV(B)21.82º20.37%21.18%-
XYZ2.972.992.71-
YUV48.64124.82131.83-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 37.5%
GREEN value IS 47 (18.75% from 255) = 32.64%
BLUE value IS 43 (17.19% from 255) = 29.86%
R=37.5%
G=32.64%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.20
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54474300.130.200.7921.8211.3419.02
Hex362F2B0D144F16b13
Octal66575301524117261323
Binary1101101011111010110110110100100111110110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362F2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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