#332C25

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

Shades of Coffee Bean #332C25

Tints of Coffee Bean #332C25

Color information

#332C25 (or 0x332C25) is unknown color: approx Coffee Bean. HEX triplet: 33, 2C and 25. RGB value is (51,44,37). Sum of RGB (Red+Green+Blue) = 51+44+37=132 (17% of max value = 765). Red value is 51 (20.31% from 255 or 38.64% from 132); Green value is 44 (17.58% from 255 or 33.33% from 132); Blue value is 37 (14.84% from 255 or 28.03% from 132); Max value from RGB is 51 - color contains mainly: red. Hex color #332C25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332C25 is #CCD3DA. Grayscale: #2D2D2D. Windows color (decimal): -13423579 or 2436147. OLE color: 2436147.

HSL color Cylindrical-coordinate representation of color #332C25: hue angle of 30º degrees, saturation: 0.16, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #332C25 is Cyan = 0, Magento = 0.14, Yellow = 0.27 and Black (K on CMYK) = 0.8.

Color convert

RGB514437-
CMYK00.140.270.8
HSL30º15.91%17.25%-
HSV(B)30º27.45%20%-
XYZ2.62.642.12-
YUV45.3123.32132.07-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 38.64%
GREEN value IS 44 (17.58% from 255) = 33.33%
BLUE value IS 37 (14.84% from 255) = 28.03%
R=38.64%
G=33.33%
B=28.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.27
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51443700.140.270.83015.9117.25
Hex332C250E1B501e1011
Octal63544501633120362021
Binary11001110110010010101110110111010000111101000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332C25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332C25; }

 p { color: rgb(51,44,37); }

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

<style>
 a { background-color: #332C25; }

 a { background-color: rgb(51,44,37); }

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

<style>
 span { border-color: #332C25; }

 span { border-color: rgb(51,44,37); }

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