#3B1502

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

Shades of Brown Pod #3B1502

Tints of Brown Pod #3B1502

Color information

#3B1502 (or 0x3B1502) is unknown color: approx Brown Pod. HEX triplet: 3B, 15 and 02. RGB value is (59,21,2). Sum of RGB (Red+Green+Blue) = 59+21+2=82 (10% of max value = 765). Red value is 59 (23.44% from 255 or 71.95% from 82); Green value is 21 (8.59% from 255 or 25.61% from 82); Blue value is 2 (1.17% from 255 or 2.44% from 82); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1502 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B1502 is #C4EAFD. Grayscale: #1E1E1E. Windows color (decimal): -12905214 or 136507. OLE color: 136507.

HSL color Cylindrical-coordinate representation of color #3B1502: hue angle of 20º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3B1502 is Cyan = 0, Magento = 0.64, Yellow = 0.97 and Black (K on CMYK) = 0.77.

Color convert

RGB59212-
CMYK00.640.970.77
HSL20º93.44%11.96%-
HSV(B)20º96.61%23.14%-
XYZ2.081.470.23-
YUV30.2112.09148.54-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 71.95%
GREEN value IS 21 (8.59% from 255) = 25.61%
BLUE value IS 2 (1.17% from 255) = 2.44%
R=71.95%
G=25.61%
B=2.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.97
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5921200.640.970.772093.4411.96
Hex3B152040614D145dc
Octal7325201001411152413514
Binary111011101011001000000110000110011011010010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B1502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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