#332725

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

Shades of Livid Brown #332725

Tints of Livid Brown #332725

Color information

#332725 (or 0x332725) is unknown color: approx Livid Brown. HEX triplet: 33, 27 and 25. RGB value is (51,39,37). Sum of RGB (Red+Green+Blue) = 51+39+37=127 (16% of max value = 765). Red value is 51 (20.31% from 255 or 40.16% from 127); Green value is 39 (15.62% from 255 or 30.71% from 127); Blue value is 37 (14.84% from 255 or 29.13% from 127); Max value from RGB is 51 - color contains mainly: red. Hex color #332725 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332725 is #CCD8DA. Grayscale: #2A2A2A. Windows color (decimal): -13424859 or 2434867. OLE color: 2434867.

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

Color convert

RGB513937-
CMYK00.240.270.8
HSL8.57º15.91%17.25%-
HSV(B)8.57º27.45%20%-
XYZ2.422.292.06-
YUV42.36124.98134.16-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 40.16%
GREEN value IS 39 (15.62% from 255) = 30.71%
BLUE value IS 37 (14.84% from 255) = 29.13%
R=40.16%
G=30.71%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.27
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51393700.240.270.88.5715.9117.25
Hex3327250181B5091011
Octal63474503033120112021
Binary11001110011110010101100011011101000010011000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332725; }

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

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

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

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

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

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

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

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