Html Css Color HEX #3E481F Bronzetone

📋 copy color: '#3E481F'

red 62 ◦ green 72 ◦ blue 31

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

Shades of Bronzetone #3E481F

Tints of Bronzetone #3E481F

RGB

 RED value IS 62 (24.61% from 255) = 37.58%

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

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

R = 37.58%
G = 43.64%
B = 18.79%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.57

 K value IS 0.72

RGB Variations

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

Color information

#3E481F (or 0x3E481F) is known color: Bronzetone. HEX triplet: 3E, 48 and 1F. RGB value is (62,72,31). Sum of RGB (Red+Green+Blue) = 62+72+31=165 (21% of max value = 765). Red value is 62 (24.61% from 255 or 37.58% from 165); Green value is 72 (28.52% from 255 or 43.64% from 165); Blue value is 31 (12.5% from 255 or 18.79% from 165); Max value from RGB is 72 - color contains mainly: green. Hex color #3E481F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E481F is #C1B7E0. Grayscale: #404040. Windows color (decimal): -12695521 or 2050110. OLE color: 2050110.

HSL color Cylindrical-coordinate representation of color #3E481F: hue angle of 74.63º 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 #3E481F is Cyan = 0.14, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.72.

Color convert

RGB 62 72 31 -
CMYK 0.14 0 0.57 0.72
HSL 74.63º 0.4% 0.2% -
HSV(B) 74.63º 0.57% 0.28% -
XYZ 4.55 5.76 2.17 -
YUV 64.34 109.19 126.33 -
System Red Green Blue C M Y K H S L
Decimal 62 72 31 0.14 0 0.57 0.72 74.63 0.4 0.2
Hex 3E 48 1F E 0 39 48 4B 28 14
Octal 76 110 37 16 0 71 110 113 50 24
Binary 111110 1001000 11111 1110 0 111001 1001000 1001011 101000 10100

Color Harmonies of #3E481F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E481F

Black with #3E481F

Text Example


Text Example

White with #3E481F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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