Html Css Color HEX #725F3F Yellow Metal

📋 copy color: '#725F3F'

red 114 ◦ green 95 ◦ blue 63

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

Shades of Yellow Metal #725F3F

Tints of Yellow Metal #725F3F

RGB

 RED value IS 114 (44.92% from 255) = 41.91%

 GREEN value IS 95 (37.5% from 255) = 34.93%

 BLUE value IS 63 (25% from 255) = 23.16%

R = 41.91%
G = 34.93%
B = 23.16%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.45

 K value IS 0.55

RGB Variations

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

Color information

#725F3F (or 0x725F3F) is known color: Yellow Metal. HEX triplet: 72, 5F and 3F. RGB value is (114,95,63). Sum of RGB (Red+Green+Blue) = 114+95+63=272 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.91% from 272); Green value is 95 (37.5% from 255 or 34.93% from 272); Blue value is 63 (25% from 255 or 23.16% from 272); Max value from RGB is 114 - color contains mainly: red. Hex color #725F3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725F3F is #8DA0C0. Grayscale: #616161. Windows color (decimal): -9281729 or 4153202. OLE color: 4153202.

HSL color Cylindrical-coordinate representation of color #725F3F: hue angle of 37.65º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #725F3F is Cyan = 0, Magento = 0.17, Yellow = 0.45 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 95 63 -
CMYK 0 0.17 0.45 0.55
HSL 37.65º 0.29% 0.35% -
HSV(B) 37.65º 0.45% 0.45% -
XYZ 11.93 12.12 6.41 -
YUV 97.03 108.79 140.1 -
System Red Green Blue C M Y K H S L
Decimal 114 95 63 0 0.17 0.45 0.55 37.65 0.29 0.35
Hex 72 5F 3F 0 11 2D 37 26 1D 23
Octal 162 137 77 0 21 55 67 46 35 43
Binary 1110010 1011111 111111 0 10001 101101 110111 100110 11101 100011

Color Harmonies of #725F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725F3F

Black with #725F3F

Text Example


Text Example

White with #725F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725F3F; }

 p { color: rgb(114,95,63); }

 H1.HeaderClassName
 {
   color: #725F3F;
 }
 .AnyTagClassName
 {
   color: #725F3F;
 }
</style>

background-color css

<style>
 a { background-color: #725F3F; }

 a { background-color: rgb(114,95,63); }

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

border-color css

<style>
 span { border-color: #725F3F; }

 span { border-color: rgb(114,95,63); }

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