Html Css Color HEX #3D220E Brown Pod

📋 copy color: '#3D220E'

red 61 ◦ green 34 ◦ blue 14

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

Shades of Brown Pod #3D220E

Tints of Brown Pod #3D220E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 12.84%

R = 55.96%
G = 31.19%
B = 12.84%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.77

 K value IS 0.76

RGB Variations

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

Color information

#3D220E (or 0x3D220E) is known color: Brown Pod. HEX triplet: 3D, 22 and 0E. RGB value is (61,34,14). Sum of RGB (Red+Green+Blue) = 61+34+14=109 (14% of max value = 765). Red value is 61 (24.22% from 255 or 55.96% from 109); Green value is 34 (13.67% from 255 or 31.19% from 109); Blue value is 14 (5.86% from 255 or 12.84% from 109); Max value from RGB is 61 - color contains mainly: red. Hex color #3D220E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D220E is #C2DDF1. Grayscale: #272727. Windows color (decimal): -12770802 or 926269. OLE color: 926269.

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

Color convert

RGB 61 34 14 -
CMYK 0 0.44 0.77 0.76
HSL 25.53º 0.63% 0.15% -
HSV(B) 25.53º 0.77% 0.24% -
XYZ 2.58 2.17 0.7 -
YUV 39.79 113.45 143.13 -
System Red Green Blue C M Y K H S L
Decimal 61 34 14 0 0.44 0.77 0.76 25.53 0.63 0.15
Hex 3D 22 E 0 2C 4D 4C 1A 3F F
Octal 75 42 16 0 54 115 114 32 77 17
Binary 111101 100010 1110 0 101100 1001101 1001100 11010 111111 1111

Color Harmonies of #3D220E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D220E

Black with #3D220E

Text Example


Text Example

White with #3D220E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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