#3C501B

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

Shades of Bronzetone #3C501B

Tints of Bronzetone #3C501B

Color information

#3C501B (or 0x3C501B) is unknown color: approx Bronzetone. HEX triplet: 3C, 50 and 1B. RGB value is (60,80,27). Sum of RGB (Red+Green+Blue) = 60+80+27=167 (22% of max value = 765). Red value is 60 (23.83% from 255 or 35.93% from 167); Green value is 80 (31.64% from 255 or 47.90% from 167); Blue value is 27 (10.94% from 255 or 16.17% from 167); Max value from RGB is 80 - color contains mainly: green. Hex color #3C501B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C501B is #C3AFE4. Grayscale: #444444. Windows color (decimal): -12824549 or 1790012. OLE color: 1790012.

HSL color Cylindrical-coordinate representation of color #3C501B: hue angle of 82.64º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3C501B is Cyan = 0.25, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.69.

Color convert

RGB608027-
CMYK0.2500.660.69
HSL82.64º49.53%20.98%-
HSV(B)82.64º66.25%31.37%-
XYZ4.936.782.09-
YUV67.98104.87122.31-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 35.93%
GREEN value IS 80 (31.64% from 255) = 47.90%
BLUE value IS 27 (10.94% from 255) = 16.17%
R=35.93%
G=47.90%
B=16.17%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6080270.2500.660.6982.6449.5320.98
Hex3C501B1904245533215
Octal74120333101021051236225
Binary11110010100001101111001010000101000101101001111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C501B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,80,27); }

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

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

 a { background-color: rgb(60,80,27); }

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

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

 span { border-color: rgb(60,80,27); }

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