Html Css Color HEX #3C511E Bronzetone

📋 copy color: '#3C511E'

red 60 ◦ green 81 ◦ blue 30

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

Shades of Bronzetone #3C511E

Tints of Bronzetone #3C511E

RGB

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

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

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

R = 35.09%
G = 47.37%
B = 17.54%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.63

 K value IS 0.68

RGB Variations

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

Color information

#3C511E (or 0x3C511E) is known color: Bronzetone. HEX triplet: 3C, 51 and 1E. RGB value is (60,81,30). Sum of RGB (Red+Green+Blue) = 60+81+30=171 (22% of max value = 765). Red value is 60 (23.83% from 255 or 35.09% from 171); Green value is 81 (32.03% from 255 or 47.37% from 171); Blue value is 30 (12.11% from 255 or 17.54% from 171); Max value from RGB is 81 - color contains mainly: green. Hex color #3C511E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C511E is #C3AEE1. Grayscale: #454545. Windows color (decimal): -12824290 or 1986876. OLE color: 1986876.

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

Color convert

RGB 60 81 30 -
CMYK 0.26 0 0.63 0.68
HSL 84.71º 0.46% 0.22% -
HSV(B) 84.71º 0.63% 0.32% -
XYZ 5.04 6.94 2.3 -
YUV 68.91 106.04 121.65 -
System Red Green Blue C M Y K H S L
Decimal 60 81 30 0.26 0 0.63 0.68 84.71 0.46 0.22
Hex 3C 51 1E 1A 0 3F 44 55 2E 16
Octal 74 121 36 32 0 77 104 125 56 26
Binary 111100 1010001 11110 11010 0 111111 1000100 1010101 101110 10110

Color Harmonies of #3C511E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C511E

Black with #3C511E

Text Example


Text Example

White with #3C511E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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