Html Css Color HEX #3D1D19 Brown Pod

📋 copy color: '#3D1D19'

red 61 ◦ green 29 ◦ blue 25

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

Shades of Brown Pod #3D1D19

Tints of Brown Pod #3D1D19

RGB

 RED value IS 61 (24.22% from 255) = 53.04%

 GREEN value IS 29 (11.72% from 255) = 25.22%

 BLUE value IS 25 (10.16% from 255) = 21.74%

R = 53.04%
G = 25.22%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.59

 K value IS 0.76

RGB Variations

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

Color information

#3D1D19 (or 0x3D1D19) is known color: Brown Pod. HEX triplet: 3D, 1D and 19. RGB value is (61,29,25). Sum of RGB (Red+Green+Blue) = 61+29+25=115 (15% of max value = 765). Red value is 61 (24.22% from 255 or 53.04% from 115); Green value is 29 (11.72% from 255 or 25.22% from 115); Blue value is 25 (10.16% from 255 or 21.74% from 115); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1D19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D1D19 is #C2E2E6. Grayscale: #262626. Windows color (decimal): -12772071 or 1645885. OLE color: 1645885.

HSL color Cylindrical-coordinate representation of color #3D1D19: hue angle of 6.67º degrees, saturation: 0.42, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3D1D19 is Cyan = 0, Magento = 0.52, Yellow = 0.59 and Black (K on CMYK) = 0.76.

Color convert

RGB 61 29 25 -
CMYK 0 0.52 0.59 0.76
HSL 6.67º 0.42% 0.17% -
HSV(B) 6.67º 0.59% 0.24% -
XYZ 2.54 1.94 1.16 -
YUV 38.11 120.6 144.33 -
System Red Green Blue C M Y K H S L
Decimal 61 29 25 0 0.52 0.59 0.76 6.67 0.42 0.17
Hex 3D 1D 19 0 34 3B 4C 7 2A 11
Octal 75 35 31 0 64 73 114 7 52 21
Binary 111101 11101 11001 0 110100 111011 1001100 111 101010 10001

Color Harmonies of #3D1D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D1D19

Black with #3D1D19

Text Example


Text Example

White with #3D1D19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,29,25); }

 H1.HeaderClassName
 {
   color: #3D1D19;
 }
 .AnyTagClassName
 {
   color: #3D1D19;
 }
</style>

background-color css

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

 a { background-color: rgb(61,29,25); }

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

border-color css

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

 span { border-color: rgb(61,29,25); }

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