Html Css Color HEX #3F462E Bronzetone

📋 copy color: '#3F462E'

red 63 ◦ green 70 ◦ blue 46

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

Shades of Bronzetone #3F462E

Tints of Bronzetone #3F462E

RGB

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

 GREEN value IS 70 (27.73% from 255) = 39.11%

 BLUE value IS 46 (18.36% from 255) = 25.7%

R = 35.2%
G = 39.11%
B = 25.7%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.34

 K value IS 0.73

RGB Variations

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

Color information

#3F462E (or 0x3F462E) is known color: Bronzetone. HEX triplet: 3F, 46 and 2E. RGB value is (63,70,46). Sum of RGB (Red+Green+Blue) = 63+70+46=179 (23% of max value = 765). Red value is 63 (25% from 255 or 35.20% from 179); Green value is 70 (27.73% from 255 or 39.11% from 179); Blue value is 46 (18.36% from 255 or 25.70% from 179); Max value from RGB is 70 - color contains mainly: green. Hex color #3F462E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F462E is #C0B9D1. Grayscale: #414141. Windows color (decimal): -12630482 or 3032639. OLE color: 3032639.

HSL color Cylindrical-coordinate representation of color #3F462E: hue angle of 77.5º degrees, saturation: 0.21, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3F462E is Cyan = 0.10, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.73.

Color convert

RGB 63 70 46 -
CMYK 0.10 0 0.34 0.73
HSL 77.5º 0.21% 0.23% -
HSV(B) 77.5º 0.34% 0.27% -
XYZ 4.73 5.63 3.42 -
YUV 65.17 117.18 126.45 -
System Red Green Blue C M Y K H S L
Decimal 63 70 46 0.10 0 0.34 0.73 77.5 0.21 0.23
Hex 3F 46 2E A 0 22 49 4E 15 17
Octal 77 106 56 12 0 42 111 116 25 27
Binary 111111 1000110 101110 1010 0 100010 1001001 1001110 10101 10111

Color Harmonies of #3F462E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F462E

Black with #3F462E

Text Example


Text Example

White with #3F462E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,70,46); }

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

background-color css

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

 a { background-color: rgb(63,70,46); }

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

border-color css

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

 span { border-color: rgb(63,70,46); }

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