#3B2725

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

Shades of Livid Brown #3B2725

Tints of Livid Brown #3B2725

Color information

#3B2725 (or 0x3B2725) is unknown color: approx Livid Brown. HEX triplet: 3B, 27 and 25. RGB value is (59,39,37). Sum of RGB (Red+Green+Blue) = 59+39+37=135 (17% of max value = 765). Red value is 59 (23.44% from 255 or 43.70% from 135); Green value is 39 (15.62% from 255 or 28.89% from 135); Blue value is 37 (14.84% from 255 or 27.41% from 135); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2725 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2725 is #C4D8DA. Grayscale: #2C2C2C. Windows color (decimal): -12900571 or 2434875. OLE color: 2434875.

HSL color Cylindrical-coordinate representation of color #3B2725: hue angle of 5.45º degrees, saturation: 0.23, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #3B2725 is Cyan = 0, Magento = 0.34, Yellow = 0.37 and Black (K on CMYK) = 0.77.

Color convert

RGB593937-
CMYK00.340.370.77
HSL5.45º22.92%18.82%-
HSV(B)5.45º37.29%23.14%-
XYZ2.862.512.08-
YUV44.75123.63138.16-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 43.70%
GREEN value IS 39 (15.62% from 255) = 28.89%
BLUE value IS 37 (14.84% from 255) = 27.41%
R=43.70%
G=28.89%
B=27.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.37
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59393700.340.370.775.4522.9218.82
Hex3B2725022254D51713
Octal7347450424511552723
Binary111011100111100101010001010010110011011011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B2725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3B2725; }

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

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

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

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

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

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

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

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