#362F2A

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

Shades of Coffee Bean #362F2A

Tints of Coffee Bean #362F2A

Color information

#362F2A (or 0x362F2A) is unknown color: approx Coffee Bean. HEX triplet: 36, 2F and 2A. RGB value is (54,47,42). Sum of RGB (Red+Green+Blue) = 54+47+42=143 (18% of max value = 765). Red value is 54 (21.48% from 255 or 37.76% from 143); Green value is 47 (18.75% from 255 or 32.87% from 143); Blue value is 42 (16.80% from 255 or 29.37% from 143); Max value from RGB is 54 - color contains mainly: red. Hex color #362F2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362F2A is #C9D0D5. Grayscale: #303030. Windows color (decimal): -13226198 or 2764598. OLE color: 2764598.

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

Color convert

RGB544742-
CMYK00.130.220.79
HSL25º12.5%18.82%-
HSV(B)25º22.22%21.18%-
XYZ2.962.982.61-
YUV48.52124.32131.91-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 37.76%
GREEN value IS 47 (18.75% from 255) = 32.87%
BLUE value IS 42 (16.80% from 255) = 29.37%
R=37.76%
G=32.87%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.22
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54474200.130.220.792512.518.82
Hex362F2A0D164F19c13
Octal66575201526117311423
Binary1101101011111010100110110110100111111001110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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