Html Css Color HEX #3D2413 Brown Pod

📋 copy color: '#3D2413'

red 61 ◦ green 36 ◦ blue 19

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

Shades of Brown Pod #3D2413

Tints of Brown Pod #3D2413

RGB

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

 GREEN value IS 36 (14.45% from 255) = 31.03%

 BLUE value IS 19 (7.81% from 255) = 16.38%

R = 52.59%
G = 31.03%
B = 16.38%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.69

 K value IS 0.76

RGB Variations

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

Color information

#3D2413 (or 0x3D2413) is known color: Brown Pod. HEX triplet: 3D, 24 and 13. RGB value is (61,36,19). Sum of RGB (Red+Green+Blue) = 61+36+19=116 (15% of max value = 765). Red value is 61 (24.22% from 255 or 52.59% from 116); Green value is 36 (14.45% from 255 or 31.03% from 116); Blue value is 19 (7.81% from 255 or 16.38% from 116); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2413 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D2413 is #C2DBEC. Grayscale: #292929. Windows color (decimal): -12770285 or 1254461. OLE color: 1254461.

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

Color convert

RGB 61 36 19 -
CMYK 0 0.41 0.69 0.76
HSL 24.29º 0.53% 0.16% -
HSV(B) 24.29º 0.69% 0.24% -
XYZ 2.67 2.3 0.92 -
YUV 41.54 115.28 141.88 -
System Red Green Blue C M Y K H S L
Decimal 61 36 19 0 0.41 0.69 0.76 24.29 0.53 0.16
Hex 3D 24 13 0 29 45 4C 18 34 10
Octal 75 44 23 0 51 105 114 30 64 20
Binary 111101 100100 10011 0 101001 1000101 1001100 11000 110100 10000

Color Harmonies of #3D2413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D2413

Black with #3D2413

Text Example


Text Example

White with #3D2413

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,36,19); }

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

background-color css

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

 a { background-color: rgb(61,36,19); }

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

border-color css

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

 span { border-color: rgb(61,36,19); }

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