#332825

Color #332825 Livid Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Livid Brown #332825

Tints of Livid Brown #332825

Color information

#332825 (or 0x332825) is unknown color: approx Livid Brown. HEX triplet: 33, 28 and 25. RGB value is (51,40,37). Sum of RGB (Red+Green+Blue) = 51+40+37=128 (16% of max value = 765). Red value is 51 (20.31% from 255 or 39.84% from 128); Green value is 40 (16.02% from 255 or 31.25% from 128); Blue value is 37 (14.84% from 255 or 28.91% from 128); Max value from RGB is 51 - color contains mainly: red. Hex color #332825 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332825 is #CCD7DA. Grayscale: #2A2A2A. Windows color (decimal): -13424603 or 2435123. OLE color: 2435123.

HSL color Cylindrical-coordinate representation of color #332825: hue angle of 12.86º 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 #332825 is Cyan = 0, Magento = 0.22, Yellow = 0.27 and Black (K on CMYK) = 0.8.

Color convert

RGB514037-
CMYK00.220.270.8
HSL12.86º15.91%17.25%-
HSV(B)12.86º27.45%20%-
XYZ2.462.352.08-
YUV42.95124.64133.74-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 39.84%
GREEN value IS 40 (16.02% from 255) = 31.25%
BLUE value IS 37 (14.84% from 255) = 28.91%
R=39.84%
G=31.25%
B=28.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.27
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51403700.220.270.812.8615.9117.25
Hex3328250161B50d1011
Octal63504502633120152021
Binary11001110100010010101011011011101000011011000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332825; }

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

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

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

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

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

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

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

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