#3D2725

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

Shades of Livid Brown #3D2725

Tints of Livid Brown #3D2725

Color information

#3D2725 (or 0x3D2725) is unknown color: approx Livid Brown. HEX triplet: 3D, 27 and 25. RGB value is (61,39,37). Sum of RGB (Red+Green+Blue) = 61+39+37=137 (18% of max value = 765). Red value is 61 (24.22% from 255 or 44.53% from 137); Green value is 39 (15.62% from 255 or 28.47% from 137); Blue value is 37 (14.84% from 255 or 27.01% from 137); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2725 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D2725 is #C2D8DA. Grayscale: #2D2D2D. Windows color (decimal): -12769499 or 2434877. OLE color: 2434877.

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

Color convert

RGB613937-
CMYK00.360.390.76
HSL24.49%19.22%-
HSV(B)39.34%23.92%-
XYZ2.982.582.09-
YUV45.35123.29139.16-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 44.53%
GREEN value IS 39 (15.62% from 255) = 28.47%
BLUE value IS 37 (14.84% from 255) = 27.01%
R=44.53%
G=28.47%
B=27.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.39
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61393700.360.390.76524.4919.22
Hex3D2725024274C51813
Octal7547450444711453023
Binary111101100111100101010010010011110011001011100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D2725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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