Html Css Color HEX #3F531F Bronzetone

📋 copy color: '#3F531F'

red 63 ◦ green 83 ◦ blue 31

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

Shades of Bronzetone #3F531F

Tints of Bronzetone #3F531F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 46.89%

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

R = 35.59%
G = 46.89%
B = 17.51%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.63

 K value IS 0.67

RGB Variations

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

Color information

#3F531F (or 0x3F531F) is known color: Bronzetone. HEX triplet: 3F, 53 and 1F. RGB value is (63,83,31). Sum of RGB (Red+Green+Blue) = 63+83+31=177 (23% of max value = 765). Red value is 63 (25% from 255 or 35.59% from 177); Green value is 83 (32.81% from 255 or 46.89% from 177); Blue value is 31 (12.5% from 255 or 17.51% from 177); Max value from RGB is 83 - color contains mainly: green. Hex color #3F531F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F531F is #C0ACE0. Grayscale: #474747. Windows color (decimal): -12627169 or 2052927. OLE color: 2052927.

HSL color Cylindrical-coordinate representation of color #3F531F: hue angle of 83.08º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3F531F is Cyan = 0.24, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.67.

Color convert

RGB 63 83 31 -
CMYK 0.24 0 0.63 0.67
HSL 83.08º 0.46% 0.22% -
HSV(B) 83.08º 0.63% 0.33% -
XYZ 5.39 7.34 2.43 -
YUV 71.09 105.37 122.23 -
System Red Green Blue C M Y K H S L
Decimal 63 83 31 0.24 0 0.63 0.67 83.08 0.46 0.22
Hex 3F 53 1F 18 0 3F 43 53 2E 16
Octal 77 123 37 30 0 77 103 123 56 26
Binary 111111 1010011 11111 11000 0 111111 1000011 1010011 101110 10110

Color Harmonies of #3F531F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F531F

Black with #3F531F

Text Example


Text Example

White with #3F531F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,83,31); }

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

background-color css

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

 a { background-color: rgb(63,83,31); }

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

border-color css

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

 span { border-color: rgb(63,83,31); }

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