Html Css Color HEX #3F511C Bronzetone

📋 copy color: '#3F511C'

red 63 ◦ green 81 ◦ blue 28

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

Shades of Bronzetone #3F511C

Tints of Bronzetone #3F511C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 16.28%

R = 36.63%
G = 47.09%
B = 16.28%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.65

 K value IS 0.68

RGB Variations

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

Color information

#3F511C (or 0x3F511C) is known color: Bronzetone. HEX triplet: 3F, 51 and 1C. RGB value is (63,81,28). Sum of RGB (Red+Green+Blue) = 63+81+28=172 (22% of max value = 765). Red value is 63 (25% from 255 or 36.63% from 172); Green value is 81 (32.03% from 255 or 47.09% from 172); Blue value is 28 (11.33% from 255 or 16.28% from 172); Max value from RGB is 81 - color contains mainly: green. Hex color #3F511C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F511C is #C0AEE3. Grayscale: #454545. Windows color (decimal): -12627684 or 1855807. OLE color: 1855807.

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

Color convert

RGB 63 81 28 -
CMYK 0.22 0 0.65 0.68
HSL 80.38º 0.49% 0.21% -
HSV(B) 80.38º 0.65% 0.32% -
XYZ 5.2 7.03 2.18 -
YUV 69.58 104.54 123.31 -
System Red Green Blue C M Y K H S L
Decimal 63 81 28 0.22 0 0.65 0.68 80.38 0.49 0.21
Hex 3F 51 1C 16 0 41 44 50 31 15
Octal 77 121 34 26 0 101 104 120 61 25
Binary 111111 1010001 11100 10110 0 1000001 1000100 1010000 110001 10101

Color Harmonies of #3F511C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F511C

Black with #3F511C

Text Example


Text Example

White with #3F511C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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