Html Css Color HEX #3D2625 Livid Brown

📋 copy color: '#3D2625'

red 61 ◦ green 38 ◦ blue 37

#3D2625
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Livid Brown #3D2625

Tints of Livid Brown #3D2625

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 value IS 0

 M value IS 0.38

 Y value IS 0.39

 K value IS 0.76

RGB Variations

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

Color information

#3D2625 (or 0x3D2625) is known color: 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

RGB 61 38 37 -
CMYK 0 0.38 0.39 0.76
HSL 2.5º 0.24% 0.19% -
HSV(B) 2.5º 0.39% 0.24% -
XYZ 2.95 2.51 2.08 -
YUV 44.76 123.62 139.58 -
System Red Green Blue C M Y K H S L
Decimal 61 38 37 0 0.38 0.39 0.76 2.5 0.24 0.19
Hex 3D 26 25 0 26 27 4C 2 18 13
Octal 75 46 45 0 46 47 114 2 30 23
Binary 111101 100110 100101 0 100110 100111 1001100 10 11000 10011

Color Harmonies of #3D2625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D2625

Black with #3D2625

Text Example


Text Example

White with #3D2625

Text Example


Text Example

HTML Codes & Css Web 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>