#3C1A0B

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

Shades of Brown Pod #3C1A0B

Tints of Brown Pod #3C1A0B

Color information

#3C1A0B (or 0x3C1A0B) is unknown color: approx Brown Pod. HEX triplet: 3C, 1A and 0B. RGB value is (60,26,11). Sum of RGB (Red+Green+Blue) = 60+26+11=97 (12% of max value = 765). Red value is 60 (23.83% from 255 or 61.86% from 97); Green value is 26 (10.55% from 255 or 26.80% from 97); Blue value is 11 (4.69% from 255 or 11.34% from 97); Max value from RGB is 60 - color contains mainly: red. Hex color #3C1A0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C1A0B is #C3E5F4. Grayscale: #222222. Windows color (decimal): -12838389 or 727612. OLE color: 727612.

HSL color Cylindrical-coordinate representation of color #3C1A0B: hue angle of 18.37º degrees, saturation: 0.69, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3C1A0B is Cyan = 0, Magento = 0.57, Yellow = 0.82 and Black (K on CMYK) = 0.76.

Color convert

RGB602611-
CMYK00.570.820.76
HSL18.37º69.01%13.92%-
HSV(B)18.37º81.67%23.53%-
XYZ2.291.720.53-
YUV34.46114.76146.22-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 61.86%
GREEN value IS 26 (10.55% from 255) = 26.80%
BLUE value IS 11 (4.69% from 255) = 11.34%
R=61.86%
G=26.80%
B=11.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.82
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60261100.570.820.7618.3769.0113.92
Hex3C1AB039524C1245e
Octal7432130711221142210516
Binary1111001101010110111001101001010011001001010001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C1A0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,26,11); }

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

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

 a { background-color: rgb(60,26,11); }

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

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

 span { border-color: rgb(60,26,11); }

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