Html Css Color HEX #3C521F Bronzetone

📋 copy color: '#3C521F'

red 60 ◦ green 82 ◦ blue 31

#3C521F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bronzetone #3C521F

Tints of Bronzetone #3C521F

RGB

 RED value IS 60 (23.83% from 255) = 34.68%

 GREEN value IS 82 (32.42% from 255) = 47.4%

 BLUE value IS 31 (12.5% from 255) = 17.92%

R = 34.68%
G = 47.4%
B = 17.92%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.62

 K value IS 0.68

RGB Variations

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

Color information

#3C521F (or 0x3C521F) is known color: Bronzetone. HEX triplet: 3C, 52 and 1F. RGB value is (60,82,31). Sum of RGB (Red+Green+Blue) = 60+82+31=173 (22% of max value = 765). Red value is 60 (23.83% from 255 or 34.68% from 173); Green value is 82 (32.42% from 255 or 47.40% from 173); Blue value is 31 (12.5% from 255 or 17.92% from 173); Max value from RGB is 82 - color contains mainly: green. Hex color #3C521F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C521F is #C3ADE0. Grayscale: #454545. Windows color (decimal): -12824033 or 2052668. OLE color: 2052668.

HSL color Cylindrical-coordinate representation of color #3C521F: hue angle of 85.88º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3C521F is Cyan = 0.27, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.68.

Color convert

RGB 60 82 31 -
CMYK 0.27 0 0.62 0.68
HSL 85.88º 0.45% 0.22% -
HSV(B) 85.88º 0.62% 0.32% -
XYZ 5.13 7.09 2.4 -
YUV 69.61 106.21 121.15 -
System Red Green Blue C M Y K H S L
Decimal 60 82 31 0.27 0 0.62 0.68 85.88 0.45 0.22
Hex 3C 52 1F 1B 0 3E 44 56 2D 16
Octal 74 122 37 33 0 76 104 126 55 26
Binary 111100 1010010 11111 11011 0 111110 1000100 1010110 101101 10110

Color Harmonies of #3C521F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C521F

Black with #3C521F

Text Example


Text Example

White with #3C521F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,82,31); }

 H1.HeaderClassName
 {
   color: #3C521F;
 }
 .AnyTagClassName
 {
   color: #3C521F;
 }
</style>

background-color css

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

 a { background-color: rgb(60,82,31); }

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

border-color css

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

 span { border-color: rgb(60,82,31); }

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