Html Css Color HEX #3F4629 Bronzetone

📋 copy color: '#3F4629'

red 63 ◦ green 70 ◦ blue 41

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

Shades of Bronzetone #3F4629

Tints of Bronzetone #3F4629

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 23.56%

R = 36.21%
G = 40.23%
B = 23.56%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.41

 K value IS 0.73

RGB Variations

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

Color information

#3F4629 (or 0x3F4629) is known color: Bronzetone. HEX triplet: 3F, 46 and 29. RGB value is (63,70,41). Sum of RGB (Red+Green+Blue) = 63+70+41=174 (23% of max value = 765). Red value is 63 (25% from 255 or 36.21% from 174); Green value is 70 (27.73% from 255 or 40.23% from 174); Blue value is 41 (16.41% from 255 or 23.56% from 174); Max value from RGB is 70 - color contains mainly: green. Hex color #3F4629 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F4629 is #C0B9D6. Grayscale: #404040. Windows color (decimal): -12630487 or 2704959. OLE color: 2704959.

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

Color convert

RGB 63 70 41 -
CMYK 0.10 0 0.41 0.73
HSL 74.48º 0.26% 0.22% -
HSV(B) 74.48º 0.41% 0.27% -
XYZ 4.64 5.6 2.93 -
YUV 64.6 114.68 126.86 -
System Red Green Blue C M Y K H S L
Decimal 63 70 41 0.10 0 0.41 0.73 74.48 0.26 0.22
Hex 3F 46 29 A 0 29 49 4A 1A 16
Octal 77 106 51 12 0 51 111 112 32 26
Binary 111111 1000110 101001 1010 0 101001 1001001 1001010 11010 10110

Color Harmonies of #3F4629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4629

Black with #3F4629

Text Example


Text Example

White with #3F4629

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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