#3C2321

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

Shades of Livid Brown #3C2321

Tints of Livid Brown #3C2321

Color information

#3C2321 (or 0x3C2321) is unknown color: approx Livid Brown. HEX triplet: 3C, 23 and 21. RGB value is (60,35,33). Sum of RGB (Red+Green+Blue) = 60+35+33=128 (16% of max value = 765). Red value is 60 (23.83% from 255 or 46.88% from 128); Green value is 35 (14.06% from 255 or 27.34% from 128); Blue value is 33 (13.28% from 255 or 25.78% from 128); Max value from RGB is 60 - color contains mainly: red. Hex color #3C2321 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C2321 is #C3DCDE. Grayscale: #2A2A2A. Windows color (decimal): -12836063 or 2171708. OLE color: 2171708.

HSL color Cylindrical-coordinate representation of color #3C2321: hue angle of 4.44º degrees, saturation: 0.29, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3C2321 is Cyan = 0, Magento = 0.42, Yellow = 0.45 and Black (K on CMYK) = 0.76.

Color convert

RGB603533-
CMYK00.420.450.76
HSL4.44º29.03%18.24%-
HSV(B)4.44º45%23.53%-
XYZ2.742.271.73-
YUV42.25122.78140.66-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 46.88%
GREEN value IS 35 (14.06% from 255) = 27.34%
BLUE value IS 33 (13.28% from 255) = 25.78%
R=46.88%
G=27.34%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.45
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60353300.420.450.764.4429.0318.24
Hex3C232102A2D4C41d12
Octal7443410525511443522
Binary111100100011100001010101010110110011001001110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C2321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,35,33); }

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

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

 a { background-color: rgb(60,35,33); }

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

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

 span { border-color: rgb(60,35,33); }

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