Html Css Color HEX #3E521F Bronzetone

📋 copy color: '#3E521F'

red 62 ◦ green 82 ◦ blue 31

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

Shades of Bronzetone #3E521F

Tints of Bronzetone #3E521F

RGB

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

 GREEN value IS 82 (32.42% from 255) = 46.86%

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

R = 35.43%
G = 46.86%
B = 17.71%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.62

 K value IS 0.68

RGB Variations

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

Color information

#3E521F (or 0x3E521F) is known color: Bronzetone. HEX triplet: 3E, 52 and 1F. RGB value is (62,82,31). Sum of RGB (Red+Green+Blue) = 62+82+31=175 (23% of max value = 765). Red value is 62 (24.61% from 255 or 35.43% from 175); Green value is 82 (32.42% from 255 or 46.86% from 175); Blue value is 31 (12.5% from 255 or 17.71% from 175); Max value from RGB is 82 - color contains mainly: green. Hex color #3E521F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E521F is #C1ADE0. Grayscale: #464646. Windows color (decimal): -12692961 or 2052670. OLE color: 2052670.

HSL color Cylindrical-coordinate representation of color #3E521F: hue angle of 83.53º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3E521F is Cyan = 0.24, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.68.

Color convert

RGB 62 82 31 -
CMYK 0.24 0 0.62 0.68
HSL 83.53º 0.45% 0.22% -
HSV(B) 83.53º 0.62% 0.32% -
XYZ 5.25 7.16 2.4 -
YUV 70.21 105.87 122.15 -
System Red Green Blue C M Y K H S L
Decimal 62 82 31 0.24 0 0.62 0.68 83.53 0.45 0.22
Hex 3E 52 1F 18 0 3E 44 54 2D 16
Octal 76 122 37 30 0 76 104 124 55 26
Binary 111110 1010010 11111 11000 0 111110 1000100 1010100 101101 10110

Color Harmonies of #3E521F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E521F

Black with #3E521F

Text Example


Text Example

White with #3E521F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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