Html Css Color HEX #3C521E Bronzetone

📋 copy color: '#3C521E'

red 60 ◦ green 82 ◦ blue 30

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

Shades of Bronzetone #3C521E

Tints of Bronzetone #3C521E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 17.44%

R = 34.88%
G = 47.67%
B = 17.44%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.63

 K value IS 0.68

RGB Variations

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

Color information

#3C521E (or 0x3C521E) is known color: Bronzetone. HEX triplet: 3C, 52 and 1E. RGB value is (60,82,30). Sum of RGB (Red+Green+Blue) = 60+82+30=172 (22% of max value = 765). Red value is 60 (23.83% from 255 or 34.88% from 172); Green value is 82 (32.42% from 255 or 47.67% from 172); Blue value is 30 (12.11% from 255 or 17.44% from 172); Max value from RGB is 82 - color contains mainly: green. Hex color #3C521E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C521E is #C3ADE1. Grayscale: #454545. Windows color (decimal): -12824034 or 1987132. OLE color: 1987132.

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

Color convert

RGB 60 82 30 -
CMYK 0.27 0 0.63 0.68
HSL 85.38º 0.46% 0.22% -
HSV(B) 85.38º 0.63% 0.32% -
XYZ 5.12 7.09 2.33 -
YUV 69.49 105.71 121.23 -
System Red Green Blue C M Y K H S L
Decimal 60 82 30 0.27 0 0.63 0.68 85.38 0.46 0.22
Hex 3C 52 1E 1B 0 3F 44 55 2E 16
Octal 74 122 36 33 0 77 104 125 56 26
Binary 111100 1010010 11110 11011 0 111111 1000100 1010101 101110 10110

Color Harmonies of #3C521E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C521E

Black with #3C521E

Text Example


Text Example

White with #3C521E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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