Html Css Color HEX #725F3D Yellow Metal

📋 copy color: '#725F3D'

red 114 ◦ green 95 ◦ blue 61

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

Shades of Yellow Metal #725F3D

Tints of Yellow Metal #725F3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 22.59%

R = 42.22%
G = 35.19%
B = 22.59%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.46

 K value IS 0.55

RGB Variations

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

Color information

#725F3D (or 0x725F3D) is known color: Yellow Metal. HEX triplet: 72, 5F and 3D. RGB value is (114,95,61). Sum of RGB (Red+Green+Blue) = 114+95+61=270 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.22% from 270); Green value is 95 (37.5% from 255 or 35.19% from 270); Blue value is 61 (24.22% from 255 or 22.59% from 270); Max value from RGB is 114 - color contains mainly: red. Hex color #725F3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725F3D is #8DA0C2. Grayscale: #606060. Windows color (decimal): -9281731 or 4022130. OLE color: 4022130.

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

Color convert

RGB 114 95 61 -
CMYK 0 0.17 0.46 0.55
HSL 38.49º 0.3% 0.34% -
HSV(B) 38.49º 0.46% 0.45% -
XYZ 11.87 12.1 6.12 -
YUV 96.81 107.79 140.26 -
System Red Green Blue C M Y K H S L
Decimal 114 95 61 0 0.17 0.46 0.55 38.49 0.3 0.34
Hex 72 5F 3D 0 11 2E 37 26 1E 22
Octal 162 137 75 0 21 56 67 46 36 42
Binary 1110010 1011111 111101 0 10001 101110 110111 100110 11110 100010

Color Harmonies of #725F3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725F3D

Black with #725F3D

Text Example


Text Example

White with #725F3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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