#3D2420

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

Shades of Brown Pod #3D2420

Tints of Brown Pod #3D2420

Color information

#3D2420 (or 0x3D2420) is unknown color: approx Brown Pod. HEX triplet: 3D, 24 and 20. RGB value is (61,36,32). Sum of RGB (Red+Green+Blue) = 61+36+32=129 (17% of max value = 765). Red value is 61 (24.22% from 255 or 47.29% from 129); Green value is 36 (14.45% from 255 or 27.91% from 129); Blue value is 32 (12.89% from 255 or 24.81% from 129); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2420 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D2420 is #C2DBDF. Grayscale: #2B2B2B. Windows color (decimal): -12770272 or 2106429. OLE color: 2106429.

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

Color convert

RGB613632-
CMYK00.410.480.76
HSL8.28º31.18%18.24%-
HSV(B)8.28º47.54%23.92%-
XYZ2.822.361.67-
YUV43.02121.78140.83-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 47.29%
GREEN value IS 36 (14.45% from 255) = 27.91%
BLUE value IS 32 (12.89% from 255) = 24.81%
R=47.29%
G=27.91%
B=24.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.48
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61363200.410.480.768.2831.1818.24
Hex3D2420029304C81f12
Octal75444005160114103722
Binary1111011001001000000101001110000100110010001111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D2420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3D2420;
 }
 .AnyTagClassName
 {
   color: #3D2420;
 }
</style>
background-color css

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

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

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

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

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

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