Html Css Color HEX #3F491E Bronzetone

📋 copy color: '#3F491E'

red 63 ◦ green 73 ◦ blue 30

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

Shades of Bronzetone #3F491E

Tints of Bronzetone #3F491E

RGB

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

 GREEN value IS 73 (28.91% from 255) = 43.98%

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

R = 37.95%
G = 43.98%
B = 18.07%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.59

 K value IS 0.71

RGB Variations

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

Color information

#3F491E (or 0x3F491E) is known color: Bronzetone. HEX triplet: 3F, 49 and 1E. RGB value is (63,73,30). Sum of RGB (Red+Green+Blue) = 63+73+30=166 (21% of max value = 765). Red value is 63 (25% from 255 or 37.95% from 166); Green value is 73 (28.91% from 255 or 43.98% from 166); Blue value is 30 (12.11% from 255 or 18.07% from 166); Max value from RGB is 73 - color contains mainly: green. Hex color #3F491E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F491E is #C0B6E1. Grayscale: #414141. Windows color (decimal): -12629730 or 1984831. OLE color: 1984831.

HSL color Cylindrical-coordinate representation of color #3F491E: hue angle of 73.95º degrees, saturation: 0.42, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3F491E is Cyan = 0.14, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.71.

Color convert

RGB 63 73 30 -
CMYK 0.14 0 0.59 0.71
HSL 73.95º 0.42% 0.2% -
HSV(B) 73.95º 0.59% 0.29% -
XYZ 4.67 5.92 2.12 -
YUV 65.11 108.19 126.5 -
System Red Green Blue C M Y K H S L
Decimal 63 73 30 0.14 0 0.59 0.71 73.95 0.42 0.2
Hex 3F 49 1E E 0 3B 47 4A 2A 14
Octal 77 111 36 16 0 73 107 112 52 24
Binary 111111 1001001 11110 1110 0 111011 1000111 1001010 101010 10100

Color Harmonies of #3F491E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F491E

Black with #3F491E

Text Example


Text Example

White with #3F491E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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