#3D2625

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

Shades of Livid Brown #3D2625

Tints of Livid Brown #3D2625

Color information

#3D2625 (or 0x3D2625) is unknown color: approx Livid Brown. HEX triplet: 3D, 26 and 25. RGB value is (61,38,37). Sum of RGB (Red+Green+Blue) = 61+38+37=136 (18% of max value = 765). Red value is 61 (24.22% from 255 or 44.85% from 136); Green value is 38 (15.23% from 255 or 27.94% from 136); Blue value is 37 (14.84% from 255 or 27.21% from 136); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2625 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D2625 is #C2D9DA. Grayscale: #2C2C2C. Windows color (decimal): -12769755 or 2434621. OLE color: 2434621.

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

Color convert

RGB613837-
CMYK00.380.390.76
HSL2.5º24.49%19.22%-
HSV(B)2.5º39.34%23.92%-
XYZ2.952.512.08-
YUV44.76123.62139.58-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 44.85%
GREEN value IS 38 (15.23% from 255) = 27.94%
BLUE value IS 37 (14.84% from 255) = 27.21%
R=44.85%
G=27.94%
B=27.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.39
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61383700.380.390.762.524.4919.22
Hex3D2625026274C31813
Octal7546450464711433023
Binary11110110011010010101001101001111001100111100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D2625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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