Html Css Color HEX #3F5021 Bronzetone

📋 copy color: '#3F5021'

red 63 ◦ green 80 ◦ blue 33

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

Shades of Bronzetone #3F5021

Tints of Bronzetone #3F5021

RGB

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

 GREEN value IS 80 (31.64% from 255) = 45.45%

 BLUE value IS 33 (13.28% from 255) = 18.75%

R = 35.8%
G = 45.45%
B = 18.75%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.59

 K value IS 0.69

RGB Variations

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

Color information

#3F5021 (or 0x3F5021) is known color: Bronzetone. HEX triplet: 3F, 50 and 21. RGB value is (63,80,33). Sum of RGB (Red+Green+Blue) = 63+80+33=176 (23% of max value = 765). Red value is 63 (25% from 255 or 35.80% from 176); Green value is 80 (31.64% from 255 or 45.45% from 176); Blue value is 33 (13.28% from 255 or 18.75% from 176); Max value from RGB is 80 - color contains mainly: green. Hex color #3F5021 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F5021 is #C0AFDE. Grayscale: #454545. Windows color (decimal): -12627935 or 2183231. OLE color: 2183231.

HSL color Cylindrical-coordinate representation of color #3F5021: hue angle of 81.7º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3F5021 is Cyan = 0.21, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.69.

Color convert

RGB 63 80 33 -
CMYK 0.21 0 0.59 0.69
HSL 81.7º 0.42% 0.22% -
HSV(B) 81.7º 0.59% 0.31% -
XYZ 5.19 6.9 2.5 -
YUV 69.56 107.37 123.32 -
System Red Green Blue C M Y K H S L
Decimal 63 80 33 0.21 0 0.59 0.69 81.7 0.42 0.22
Hex 3F 50 21 15 0 3B 45 52 2A 16
Octal 77 120 41 25 0 73 105 122 52 26
Binary 111111 1010000 100001 10101 0 111011 1000101 1010010 101010 10110

Color Harmonies of #3F5021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F5021

Black with #3F5021

Text Example


Text Example

White with #3F5021

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,80,33); }

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

background-color css

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

 a { background-color: rgb(63,80,33); }

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

border-color css

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

 span { border-color: rgb(63,80,33); }

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