Html Css Color HEX #3C521A Bronzetone

📋 copy color: '#3C521A'

red 60 ◦ green 82 ◦ blue 26

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

Shades of Bronzetone #3C521A

Tints of Bronzetone #3C521A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 15.48%

R = 35.71%
G = 48.81%
B = 15.48%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.68

 K value IS 0.68

RGB Variations

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

Color information

#3C521A (or 0x3C521A) is known color: Bronzetone. HEX triplet: 3C, 52 and 1A. RGB value is (60,82,26). Sum of RGB (Red+Green+Blue) = 60+82+26=168 (22% of max value = 765). Red value is 60 (23.83% from 255 or 35.71% from 168); Green value is 82 (32.42% from 255 or 48.81% from 168); Blue value is 26 (10.55% from 255 or 15.48% from 168); Max value from RGB is 82 - color contains mainly: green. Hex color #3C521A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C521A is #C3ADE5. Grayscale: #454545. Windows color (decimal): -12824038 or 1724988. OLE color: 1724988.

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

Color convert

RGB 60 82 26 -
CMYK 0.27 0 0.68 0.68
HSL 83.57º 0.52% 0.21% -
HSV(B) 83.57º 0.68% 0.32% -
XYZ 5.07 7.07 2.07 -
YUV 69.04 103.71 121.55 -
System Red Green Blue C M Y K H S L
Decimal 60 82 26 0.27 0 0.68 0.68 83.57 0.52 0.21
Hex 3C 52 1A 1B 0 44 44 54 34 15
Octal 74 122 32 33 0 104 104 124 64 25
Binary 111100 1010010 11010 11011 0 1000100 1000100 1010100 110100 10101

Color Harmonies of #3C521A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C521A

Black with #3C521A

Text Example


Text Example

White with #3C521A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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