#3D2523

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

Shades of Livid Brown #3D2523

Tints of Livid Brown #3D2523

Color information

#3D2523 (or 0x3D2523) is unknown color: approx Livid Brown. HEX triplet: 3D, 25 and 23. RGB value is (61,37,35). Sum of RGB (Red+Green+Blue) = 61+37+35=133 (17% of max value = 765). Red value is 61 (24.22% from 255 or 45.86% from 133); Green value is 37 (14.84% from 255 or 27.82% from 133); Blue value is 35 (14.06% from 255 or 26.32% from 133); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2523 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D2523 is #C2DADC. Grayscale: #2B2B2B. Windows color (decimal): -12770013 or 2303293. OLE color: 2303293.

HSL color Cylindrical-coordinate representation of color #3D2523: hue angle of 4.62º degrees, saturation: 0.27, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3D2523 is Cyan = 0, Magento = 0.39, Yellow = 0.43 and Black (K on CMYK) = 0.76.

Color convert

RGB613735-
CMYK00.390.430.76
HSL4.62º27.08%18.82%-
HSV(B)4.62º42.62%23.92%-
XYZ2.892.441.91-
YUV43.95122.95140.16-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 45.86%
GREEN value IS 37 (14.84% from 255) = 27.82%
BLUE value IS 35 (14.06% from 255) = 26.32%
R=45.86%
G=27.82%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.43
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61373500.390.430.764.6227.0818.82
Hex3D25230272B4C51b13
Octal7545430475311453323
Binary111101100101100011010011110101110011001011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D2523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,37,35); }

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

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

 a { background-color: rgb(61,37,35); }

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

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

 span { border-color: rgb(61,37,35); }

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