#3C1602

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

Shades of Brown Pod #3C1602

Tints of Brown Pod #3C1602

Color information

#3C1602 (or 0x3C1602) is unknown color: approx Brown Pod. HEX triplet: 3C, 16 and 02. RGB value is (60,22,2). Sum of RGB (Red+Green+Blue) = 60+22+2=84 (11% of max value = 765). Red value is 60 (23.83% from 255 or 71.43% from 84); Green value is 22 (8.98% from 255 or 26.19% from 84); Blue value is 2 (1.17% from 255 or 2.38% from 84); Max value from RGB is 60 - color contains mainly: red. Hex color #3C1602 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3C1602 is #C3E9FD. Grayscale: #1F1F1F. Windows color (decimal): -12839422 or 136764. OLE color: 136764.

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

Color convert

RGB60222-
CMYK00.630.970.76
HSL20.69º93.55%12.16%-
HSV(B)20.69º96.67%23.53%-
XYZ2.161.540.24-
YUV31.08111.59148.63-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 71.43%
GREEN value IS 22 (8.98% from 255) = 26.19%
BLUE value IS 2 (1.17% from 255) = 2.38%
R=71.43%
G=26.19%
B=2.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.97
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6022200.630.970.7620.6993.5512.16
Hex3C16203F614C155ec
Octal742620771411142513614
Binary11110010110100111111110000110011001010110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C1602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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