#3D2313

Color #3D2313 Brown Pod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brown Pod #3D2313

Tints of Brown Pod #3D2313

Color information

#3D2313 (or 0x3D2313) is unknown color: approx 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

RGB613519-
CMYK00.430.690.76
HSL22.86º52.5%15.69%-
HSV(B)22.86º68.85%23.92%-
XYZ2.642.240.91-
YUV40.95115.61142.3-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.69
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61351900.430.690.7622.8652.515.69
Hex3D231302B454C173410
Octal754323053105114276420
Binary111101100011100110101011100010110011001011111010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D2313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>