#3C1502

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

Shades of Brown Pod #3C1502

Tints of Brown Pod #3C1502

Color information

#3C1502 (or 0x3C1502) is unknown color: approx Brown Pod. HEX triplet: 3C, 15 and 02. RGB value is (60,21,2). Sum of RGB (Red+Green+Blue) = 60+21+2=83 (10% of max value = 765). Red value is 60 (23.83% from 255 or 72.29% from 83); Green value is 21 (8.59% from 255 or 25.30% from 83); Blue value is 2 (1.17% from 255 or 2.41% from 83); Max value from RGB is 60 - color contains mainly: red. Hex color #3C1502 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3C1502 is #C3EAFD. Grayscale: #1E1E1E. Windows color (decimal): -12839678 or 136508. OLE color: 136508.

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

Color convert

RGB60212-
CMYK00.650.970.76
HSL19.66º93.55%12.16%-
HSV(B)19.66º96.67%23.53%-
XYZ2.141.50.23-
YUV30.49111.92149.04-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 72.29%
GREEN value IS 21 (8.59% from 255) = 25.30%
BLUE value IS 2 (1.17% from 255) = 2.41%
R=72.29%
G=25.30%
B=2.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.97
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6021200.650.970.7619.6693.5512.16
Hex3C152041614C145ec
Octal7425201011411142413614
Binary111100101011001000001110000110011001010010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C1502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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