#3D1C02

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

Shades of Brown Pod #3D1C02

Tints of Brown Pod #3D1C02

Color information

#3D1C02 (or 0x3D1C02) is unknown color: approx Brown Pod. HEX triplet: 3D, 1C and 02. RGB value is (61,28,2). Sum of RGB (Red+Green+Blue) = 61+28+2=91 (12% of max value = 765). Red value is 61 (24.22% from 255 or 67.03% from 91); Green value is 28 (11.33% from 255 or 30.77% from 91); Blue value is 2 (1.17% from 255 or 2.20% from 91); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1C02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D1C02 is #C2E3FD. Grayscale: #232323. Windows color (decimal): -12772350 or 138301. OLE color: 138301.

HSL color Cylindrical-coordinate representation of color #3D1C02: hue angle of 26.44º degrees, saturation: 0.94, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3D1C02 is Cyan = 0, Magento = 0.54, Yellow = 0.97 and Black (K on CMYK) = 0.76.

Color convert

RGB61282-
CMYK00.540.970.76
HSL26.44º93.65%12.35%-
HSV(B)26.44º96.72%23.92%-
XYZ2.351.830.29-
YUV34.9109.43146.61-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 67.03%
GREEN value IS 28 (11.33% from 255) = 30.77%
BLUE value IS 2 (1.17% from 255) = 2.20%
R=67.03%
G=30.77%
B=2.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.97
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6128200.540.970.7626.4493.6512.35
Hex3D1C2036614C1a5ec
Octal753420661411143213614
Binary11110111100100110110110000110011001101010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D1C02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,28,2); }

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

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

 a { background-color: rgb(61,28,2); }

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

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

 span { border-color: rgb(61,28,2); }

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