Html Css Color HEX #3F4A1F Bronzetone

📋 copy color: '#3F4A1F'

red 63 ◦ green 74 ◦ blue 31

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

Shades of Bronzetone #3F4A1F

Tints of Bronzetone #3F4A1F

RGB

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

 GREEN value IS 74 (29.3% from 255) = 44.05%

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

R = 37.5%
G = 44.05%
B = 18.45%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.58

 K value IS 0.71

RGB Variations

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

Color information

#3F4A1F (or 0x3F4A1F) is known color: Bronzetone. HEX triplet: 3F, 4A and 1F. RGB value is (63,74,31). Sum of RGB (Red+Green+Blue) = 63+74+31=168 (22% of max value = 765). Red value is 63 (25% from 255 or 37.5% from 168); Green value is 74 (29.30% from 255 or 44.05% from 168); Blue value is 31 (12.5% from 255 or 18.45% from 168); Max value from RGB is 74 - color contains mainly: green. Hex color #3F4A1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F4A1F is #C0B5E0. Grayscale: #414141. Windows color (decimal): -12629473 or 2050623. OLE color: 2050623.

HSL color Cylindrical-coordinate representation of color #3F4A1F: hue angle of 75.35º degrees, saturation: 0.41, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3F4A1F is Cyan = 0.15, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.71.

Color convert

RGB 63 74 31 -
CMYK 0.15 0 0.58 0.71
HSL 75.35º 0.41% 0.21% -
HSV(B) 75.35º 0.58% 0.29% -
XYZ 4.75 6.05 2.21 -
YUV 65.81 108.36 126 -
System Red Green Blue C M Y K H S L
Decimal 63 74 31 0.15 0 0.58 0.71 75.35 0.41 0.21
Hex 3F 4A 1F F 0 3A 47 4B 29 15
Octal 77 112 37 17 0 72 107 113 51 25
Binary 111111 1001010 11111 1111 0 111010 1000111 1001011 101001 10101

Color Harmonies of #3F4A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4A1F

Black with #3F4A1F

Text Example


Text Example

White with #3F4A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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