Html Css Color HEX #3D2119 Brown Pod

📋 copy color: '#3D2119'

red 61 ◦ green 33 ◦ blue 25

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

Shades of Brown Pod #3D2119

Tints of Brown Pod #3D2119

RGB

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

 GREEN value IS 33 (13.28% from 255) = 27.73%

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

R = 51.26%
G = 27.73%
B = 21.01%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.59

 K value IS 0.76

RGB Variations

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

Color information

#3D2119 (or 0x3D2119) is known color: Brown Pod. HEX triplet: 3D, 21 and 19. RGB value is (61,33,25). Sum of RGB (Red+Green+Blue) = 61+33+25=119 (15% of max value = 765). Red value is 61 (24.22% from 255 or 51.26% from 119); Green value is 33 (13.28% from 255 or 27.73% from 119); Blue value is 25 (10.16% from 255 or 21.01% from 119); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2119 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D2119 is #C2DEE6. Grayscale: #282828. Windows color (decimal): -12771047 or 1646909. OLE color: 1646909.

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

Color convert

RGB 61 33 25 -
CMYK 0 0.46 0.59 0.76
HSL 13.33º 0.42% 0.17% -
HSV(B) 13.33º 0.59% 0.24% -
XYZ 2.64 2.15 1.2 -
YUV 40.46 119.28 142.65 -
System Red Green Blue C M Y K H S L
Decimal 61 33 25 0 0.46 0.59 0.76 13.33 0.42 0.17
Hex 3D 21 19 0 2E 3B 4C D 2A 11
Octal 75 41 31 0 56 73 114 15 52 21
Binary 111101 100001 11001 0 101110 111011 1001100 1101 101010 10001

Color Harmonies of #3D2119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D2119

Black with #3D2119

Text Example


Text Example

White with #3D2119

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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