#3D2423

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

Shades of Livid Brown #3D2423

Tints of Livid Brown #3D2423

Color information

#3D2423 (or 0x3D2423) is unknown color: approx Livid Brown. HEX triplet: 3D, 24 and 23. RGB value is (61,36,35). Sum of RGB (Red+Green+Blue) = 61+36+35=132 (17% of max value = 765). Red value is 61 (24.22% from 255 or 46.21% from 132); Green value is 36 (14.45% from 255 or 27.27% from 132); Blue value is 35 (14.06% from 255 or 26.52% from 132); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2423 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D2423 is #C2DBDC. Grayscale: #2B2B2B. Windows color (decimal): -12770269 or 2303037. OLE color: 2303037.

HSL color Cylindrical-coordinate representation of color #3D2423: hue angle of 2.31º 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 #3D2423 is Cyan = 0, Magento = 0.41, Yellow = 0.43 and Black (K on CMYK) = 0.76.

Color convert

RGB613635-
CMYK00.410.430.76
HSL2.31º27.08%18.82%-
HSV(B)2.31º42.62%23.92%-
XYZ2.862.381.9-
YUV43.36123.28140.58-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 46.21%
GREEN value IS 36 (14.45% from 255) = 27.27%
BLUE value IS 35 (14.06% from 255) = 26.52%
R=46.21%
G=27.27%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.43
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61363500.410.430.762.3127.0818.82
Hex3D24230292B4C21b13
Octal7544430515311423323
Binary11110110010010001101010011010111001100101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D2423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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