Html Css Color HEX #3F511E Bronzetone

📋 copy color: '#3F511E'

red 63 ◦ green 81 ◦ blue 30

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

Shades of Bronzetone #3F511E

Tints of Bronzetone #3F511E

RGB

 RED value IS 63 (25% from 255) = 36.21%

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

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

R = 36.21%
G = 46.55%
B = 17.24%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.63

 K value IS 0.68

RGB Variations

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

Color information

#3F511E (or 0x3F511E) is known color: Bronzetone. HEX triplet: 3F, 51 and 1E. RGB value is (63,81,30). Sum of RGB (Red+Green+Blue) = 63+81+30=174 (23% of max value = 765). Red value is 63 (25% from 255 or 36.21% from 174); Green value is 81 (32.03% from 255 or 46.55% from 174); Blue value is 30 (12.11% from 255 or 17.24% from 174); Max value from RGB is 81 - color contains mainly: green. Hex color #3F511E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F511E is #C0AEE1. Grayscale: #454545. Windows color (decimal): -12627682 or 1986879. OLE color: 1986879.

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

Color convert

RGB 63 81 30 -
CMYK 0.22 0 0.63 0.68
HSL 81.18º 0.46% 0.22% -
HSV(B) 81.18º 0.63% 0.32% -
XYZ 5.23 7.04 2.31 -
YUV 69.8 105.54 123.15 -
System Red Green Blue C M Y K H S L
Decimal 63 81 30 0.22 0 0.63 0.68 81.18 0.46 0.22
Hex 3F 51 1E 16 0 3F 44 51 2E 16
Octal 77 121 36 26 0 77 104 121 56 26
Binary 111111 1010001 11110 10110 0 111111 1000100 1010001 101110 10110

Color Harmonies of #3F511E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F511E

Black with #3F511E

Text Example


Text Example

White with #3F511E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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