#332625

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

Shades of Livid Brown #332625

Tints of Livid Brown #332625

Color information

#332625 (or 0x332625) is unknown color: approx Livid Brown. HEX triplet: 33, 26 and 25. RGB value is (51,38,37). Sum of RGB (Red+Green+Blue) = 51+38+37=126 (16% of max value = 765). Red value is 51 (20.31% from 255 or 40.48% from 126); Green value is 38 (15.23% from 255 or 30.16% from 126); Blue value is 37 (14.84% from 255 or 29.37% from 126); Max value from RGB is 51 - color contains mainly: red. Hex color #332625 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332625 is #CCD9DA. Grayscale: #292929. Windows color (decimal): -13425115 or 2434611. OLE color: 2434611.

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

Color convert

RGB513837-
CMYK00.250.270.8
HSL4.29º15.91%17.25%-
HSV(B)4.29º27.45%20%-
XYZ2.392.222.05-
YUV41.77125.31134.58-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 40.48%
GREEN value IS 38 (15.23% from 255) = 30.16%
BLUE value IS 37 (14.84% from 255) = 29.37%
R=40.48%
G=30.16%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.27
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51383700.250.270.84.2915.9117.25
Hex3326250191B5041011
Octal6346450313312042021
Binary1100111001101001010110011101110100001001000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332625; }

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

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

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

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

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

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

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

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