Html Css Color HEX #3C511A Bronzetone

📋 copy color: '#3C511A'

red 60 ◦ green 81 ◦ blue 26

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

Shades of Bronzetone #3C511A

Tints of Bronzetone #3C511A

RGB

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

 GREEN value IS 81 (32.03% from 255) = 48.5%

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

R = 35.93%
G = 48.5%
B = 15.57%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.68

 K value IS 0.68

RGB Variations

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

Color information

#3C511A (or 0x3C511A) is known color: Bronzetone. HEX triplet: 3C, 51 and 1A. RGB value is (60,81,26). Sum of RGB (Red+Green+Blue) = 60+81+26=167 (22% of max value = 765). Red value is 60 (23.83% from 255 or 35.93% from 167); Green value is 81 (32.03% from 255 or 48.50% from 167); Blue value is 26 (10.55% from 255 or 15.57% from 167); Max value from RGB is 81 - color contains mainly: green. Hex color #3C511A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C511A is #C3AEE5. Grayscale: #444444. Windows color (decimal): -12824294 or 1724732. OLE color: 1724732.

HSL color Cylindrical-coordinate representation of color #3C511A: hue angle of 82.91º degrees, saturation: 0.51, 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 #3C511A is Cyan = 0.26, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.68.

Color convert

RGB 60 81 26 -
CMYK 0.26 0 0.68 0.68
HSL 82.91º 0.51% 0.21% -
HSV(B) 82.91º 0.68% 0.32% -
XYZ 4.99 6.92 2.05 -
YUV 68.45 104.04 121.97 -
System Red Green Blue C M Y K H S L
Decimal 60 81 26 0.26 0 0.68 0.68 82.91 0.51 0.21
Hex 3C 51 1A 1A 0 44 44 53 33 15
Octal 74 121 32 32 0 104 104 123 63 25
Binary 111100 1010001 11010 11010 0 1000100 1000100 1010011 110011 10101

Color Harmonies of #3C511A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C511A

Black with #3C511A

Text Example


Text Example

White with #3C511A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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