#3C531C

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

Shades of Bronzetone #3C531C

Tints of Bronzetone #3C531C

Color information

#3C531C (or 0x3C531C) is unknown color: approx Bronzetone. HEX triplet: 3C, 53 and 1C. RGB value is (60,83,28). Sum of RGB (Red+Green+Blue) = 60+83+28=171 (22% of max value = 765). Red value is 60 (23.83% from 255 or 35.09% from 171); Green value is 83 (32.81% from 255 or 48.54% from 171); Blue value is 28 (11.33% from 255 or 16.37% from 171); Max value from RGB is 83 - color contains mainly: green. Hex color #3C531C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C531C is #C3ACE3. Grayscale: #464646. Windows color (decimal): -12823780 or 1856316. OLE color: 1856316.

HSL color Cylindrical-coordinate representation of color #3C531C: hue angle of 85.09º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3C531C is Cyan = 0.28, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.67.

Color convert

RGB608328-
CMYK0.2800.660.67
HSL85.09º49.55%21.76%-
HSV(B)85.09º66.27%32.55%-
XYZ5.177.232.22-
YUV69.85104.38120.97-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 35.09%
GREEN value IS 83 (32.81% from 255) = 48.54%
BLUE value IS 28 (11.33% from 255) = 16.37%
R=35.09%
G=48.54%
B=16.37%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6083280.2800.660.6785.0949.5521.76
Hex3C531C1C04243553216
Octal74123343401021031256226
Binary11110010100111110011100010000101000011101010111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C531C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,83,28); }

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

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

 a { background-color: rgb(60,83,28); }

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

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

 span { border-color: rgb(60,83,28); }

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