Html Css Color HEX #3D2313 Brown Pod

📋 copy color: '#3D2313'

red 61 ◦ green 35 ◦ blue 19

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

Shades of Brown Pod #3D2313

Tints of Brown Pod #3D2313

RGB

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

 GREEN value IS 35 (14.06% from 255) = 30.43%

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

R = 53.04%
G = 30.43%
B = 16.52%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.69

 K value IS 0.76

RGB Variations

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

Color information

#3D2313 (or 0x3D2313) is known color: Brown Pod. HEX triplet: 3D, 23 and 13. RGB value is (61,35,19). Sum of RGB (Red+Green+Blue) = 61+35+19=115 (15% of max value = 765). Red value is 61 (24.22% from 255 or 53.04% from 115); Green value is 35 (14.06% from 255 or 30.43% from 115); Blue value is 19 (7.81% from 255 or 16.52% from 115); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2313 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D2313 is #C2DCEC. Grayscale: #292929. Windows color (decimal): -12770541 or 1254205. OLE color: 1254205.

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

Color convert

RGB 61 35 19 -
CMYK 0 0.43 0.69 0.76
HSL 22.86º 0.53% 0.16% -
HSV(B) 22.86º 0.69% 0.24% -
XYZ 2.64 2.24 0.91 -
YUV 40.95 115.61 142.3 -
System Red Green Blue C M Y K H S L
Decimal 61 35 19 0 0.43 0.69 0.76 22.86 0.53 0.16
Hex 3D 23 13 0 2B 45 4C 17 34 10
Octal 75 43 23 0 53 105 114 27 64 20
Binary 111101 100011 10011 0 101011 1000101 1001100 10111 110100 10000

Color Harmonies of #3D2313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D2313

Black with #3D2313

Text Example


Text Example

White with #3D2313

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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