Html Css Color HEX #3C511F Bronzetone

📋 copy color: '#3C511F'

red 60 ◦ green 81 ◦ blue 31

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

Shades of Bronzetone #3C511F

Tints of Bronzetone #3C511F

RGB

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

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

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

R = 34.88%
G = 47.09%
B = 18.02%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.62

 K value IS 0.68

RGB Variations

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

Color information

#3C511F (or 0x3C511F) is known color: Bronzetone. HEX triplet: 3C, 51 and 1F. RGB value is (60,81,31). Sum of RGB (Red+Green+Blue) = 60+81+31=172 (22% of max value = 765). Red value is 60 (23.83% from 255 or 34.88% from 172); Green value is 81 (32.03% from 255 or 47.09% from 172); Blue value is 31 (12.5% from 255 or 18.02% from 172); Max value from RGB is 81 - color contains mainly: green. Hex color #3C511F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C511F is #C3AEE0. Grayscale: #454545. Windows color (decimal): -12824289 or 2052412. OLE color: 2052412.

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

Color convert

RGB 60 81 31 -
CMYK 0.26 0 0.62 0.68
HSL 85.2º 0.45% 0.22% -
HSV(B) 85.2º 0.62% 0.32% -
XYZ 5.05 6.94 2.37 -
YUV 69.02 106.54 121.57 -
System Red Green Blue C M Y K H S L
Decimal 60 81 31 0.26 0 0.62 0.68 85.2 0.45 0.22
Hex 3C 51 1F 1A 0 3E 44 55 2D 16
Octal 74 121 37 32 0 76 104 125 55 26
Binary 111100 1010001 11111 11010 0 111110 1000100 1010101 101101 10110

Color Harmonies of #3C511F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C511F

Black with #3C511F

Text Example


Text Example

White with #3C511F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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