#3D1502

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

Shades of Brown Pod #3D1502

Tints of Brown Pod #3D1502

Color information

#3D1502 (or 0x3D1502) is unknown color: approx Brown Pod. HEX triplet: 3D, 15 and 02. RGB value is (61,21,2). Sum of RGB (Red+Green+Blue) = 61+21+2=84 (11% of max value = 765). Red value is 61 (24.22% from 255 or 72.62% from 84); Green value is 21 (8.59% from 255 or 25% from 84); Blue value is 2 (1.17% from 255 or 2.38% from 84); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1502 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3D1502 is #C2EAFD. Grayscale: #1E1E1E. Windows color (decimal): -12774142 or 136509. OLE color: 136509.

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

Color convert

RGB61212-
CMYK00.660.970.76
HSL19.32º93.65%12.35%-
HSV(B)19.32º96.72%23.92%-
XYZ2.21.530.24-
YUV30.79111.75149.54-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 72.62%
GREEN value IS 21 (8.59% from 255) = 25%
BLUE value IS 2 (1.17% from 255) = 2.38%
R=72.62%
G=25%
B=2.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.97
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6121200.660.970.7619.3293.6512.35
Hex3D152042614C135ec
Octal7525201021411142313614
Binary111101101011001000010110000110011001001110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D1502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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