Html Css Color HEX #3F4624 Bronzetone

📋 copy color: '#3F4624'

red 63 ◦ green 70 ◦ blue 36

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

Shades of Bronzetone #3F4624

Tints of Bronzetone #3F4624

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 21.3%

R = 37.28%
G = 41.42%
B = 21.3%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.49

 K value IS 0.73

RGB Variations

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

Color information

#3F4624 (or 0x3F4624) is known color: Bronzetone. HEX triplet: 3F, 46 and 24. RGB value is (63,70,36). Sum of RGB (Red+Green+Blue) = 63+70+36=169 (22% of max value = 765). Red value is 63 (25% from 255 or 37.28% from 169); Green value is 70 (27.73% from 255 or 41.42% from 169); Blue value is 36 (14.45% from 255 or 21.30% from 169); Max value from RGB is 70 - color contains mainly: green. Hex color #3F4624 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F4624 is #C0B9DB. Grayscale: #404040. Windows color (decimal): -12630492 or 2377279. OLE color: 2377279.

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

Color convert

RGB 63 70 36 -
CMYK 0.10 0 0.49 0.73
HSL 72.35º 0.32% 0.21% -
HSV(B) 72.35º 0.49% 0.27% -
XYZ 4.56 5.56 2.5 -
YUV 64.03 112.18 127.26 -
System Red Green Blue C M Y K H S L
Decimal 63 70 36 0.10 0 0.49 0.73 72.35 0.32 0.21
Hex 3F 46 24 A 0 31 49 48 20 15
Octal 77 106 44 12 0 61 111 110 40 25
Binary 111111 1000110 100100 1010 0 110001 1001001 1001000 100000 10101

Color Harmonies of #3F4624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4624

Black with #3F4624

Text Example


Text Example

White with #3F4624

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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