Html Css Color HEX #3F481F Bronzetone

📋 copy color: '#3F481F'

red 63 ◦ green 72 ◦ blue 31

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

Shades of Bronzetone #3F481F

Tints of Bronzetone #3F481F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 43.37%

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

R = 37.95%
G = 43.37%
B = 18.67%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.57

 K value IS 0.72

RGB Variations

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

Color information

#3F481F (or 0x3F481F) is known color: Bronzetone. HEX triplet: 3F, 48 and 1F. RGB value is (63,72,31). Sum of RGB (Red+Green+Blue) = 63+72+31=166 (21% of max value = 765). Red value is 63 (25% from 255 or 37.95% from 166); Green value is 72 (28.52% from 255 or 43.37% from 166); Blue value is 31 (12.5% from 255 or 18.67% from 166); Max value from RGB is 72 - color contains mainly: green. Hex color #3F481F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F481F is #C0B7E0. Grayscale: #404040. Windows color (decimal): -12629985 or 2050111. OLE color: 2050111.

HSL color Cylindrical-coordinate representation of color #3F481F: hue angle of 73.17º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3F481F is Cyan = 0.12, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.72.

Color convert

RGB 63 72 31 -
CMYK 0.12 0 0.57 0.72
HSL 73.17º 0.4% 0.2% -
HSV(B) 73.17º 0.57% 0.28% -
XYZ 4.61 5.79 2.17 -
YUV 64.64 109.02 126.83 -
System Red Green Blue C M Y K H S L
Decimal 63 72 31 0.12 0 0.57 0.72 73.17 0.4 0.2
Hex 3F 48 1F C 0 39 48 49 28 14
Octal 77 110 37 14 0 71 110 111 50 24
Binary 111111 1001000 11111 1100 0 111001 1001000 1001001 101000 10100

Color Harmonies of #3F481F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F481F

Black with #3F481F

Text Example


Text Example

White with #3F481F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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