#36312D

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

Shades of Coffee Bean #36312D

Tints of Coffee Bean #36312D

Color information

#36312D (or 0x36312D) is unknown color: approx Coffee Bean. HEX triplet: 36, 31 and 2D. RGB value is (54,49,45). Sum of RGB (Red+Green+Blue) = 54+49+45=148 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.49% from 148); Green value is 49 (19.53% from 255 or 33.11% from 148); Blue value is 45 (17.97% from 255 or 30.41% from 148); Max value from RGB is 54 - color contains mainly: red. Hex color #36312D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36312D is #C9CED2. Grayscale: #323232. Windows color (decimal): -13225683 or 2961718. OLE color: 2961718.

HSL color Cylindrical-coordinate representation of color #36312D: hue angle of 26.67º degrees, saturation: 0.09, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #36312D is Cyan = 0, Magento = 0.09, Yellow = 0.17 and Black (K on CMYK) = 0.79.

Color convert

RGB544945-
CMYK00.090.170.79
HSL26.67º9.09%19.41%-
HSV(B)26.67º16.67%21.18%-
XYZ3.093.172.93-
YUV50.04125.16130.83-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 36.49%
GREEN value IS 49 (19.53% from 255) = 33.11%
BLUE value IS 45 (17.97% from 255) = 30.41%
R=36.49%
G=33.11%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.17
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54494500.090.170.7926.679.0919.41
Hex36312D09114F1b913
Octal66615501121117331123
Binary1101101100011011010100110001100111111011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36312D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36312D; }

 p { color: rgb(54,49,45); }

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

<style>
 a { background-color: #36312D; }

 a { background-color: rgb(54,49,45); }

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

<style>
 span { border-color: #36312D; }

 span { border-color: rgb(54,49,45); }

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