Html Css Color HEX #3D2211 Brown Pod

📋 copy color: '#3D2211'

red 61 ◦ green 34 ◦ blue 17

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

Shades of Brown Pod #3D2211

Tints of Brown Pod #3D2211

RGB

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

 GREEN value IS 34 (13.67% from 255) = 30.36%

 BLUE value IS 17 (7.03% from 255) = 15.18%

R = 54.46%
G = 30.36%
B = 15.18%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.72

 K value IS 0.76

RGB Variations

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

Color information

#3D2211 (or 0x3D2211) is known color: Brown Pod. HEX triplet: 3D, 22 and 11. RGB value is (61,34,17). Sum of RGB (Red+Green+Blue) = 61+34+17=112 (14% of max value = 765). Red value is 61 (24.22% from 255 or 54.46% from 112); Green value is 34 (13.67% from 255 or 30.36% from 112); Blue value is 17 (7.03% from 255 or 15.18% from 112); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2211 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D2211 is #C2DDEE. Grayscale: #282828. Windows color (decimal): -12770799 or 1122877. OLE color: 1122877.

HSL color Cylindrical-coordinate representation of color #3D2211: hue angle of 23.18º degrees, saturation: 0.56, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3D2211 is Cyan = 0, Magento = 0.44, Yellow = 0.72 and Black (K on CMYK) = 0.76.

Color convert

RGB 61 34 17 -
CMYK 0 0.44 0.72 0.76
HSL 23.18º 0.56% 0.15% -
HSV(B) 23.18º 0.72% 0.24% -
XYZ 2.6 2.18 0.81 -
YUV 40.14 114.95 142.88 -
System Red Green Blue C M Y K H S L
Decimal 61 34 17 0 0.44 0.72 0.76 23.18 0.56 0.15
Hex 3D 22 11 0 2C 48 4C 17 38 F
Octal 75 42 21 0 54 110 114 27 70 17
Binary 111101 100010 10001 0 101100 1001000 1001100 10111 111000 1111

Color Harmonies of #3D2211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D2211

Black with #3D2211

Text Example


Text Example

White with #3D2211

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,34,17); }

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

background-color css

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

 a { background-color: rgb(61,34,17); }

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

border-color css

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

 span { border-color: rgb(61,34,17); }

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