Html Css Color HEX #725F3B Yellow Metal

📋 copy color: '#725F3B'

red 114 ◦ green 95 ◦ blue 59

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

Shades of Yellow Metal #725F3B

Tints of Yellow Metal #725F3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 22.01%

R = 42.54%
G = 35.45%
B = 22.01%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.48

 K value IS 0.55

RGB Variations

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

Color information

#725F3B (or 0x725F3B) is known color: Yellow Metal. HEX triplet: 72, 5F and 3B. RGB value is (114,95,59). Sum of RGB (Red+Green+Blue) = 114+95+59=268 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.54% from 268); Green value is 95 (37.5% from 255 or 35.45% from 268); Blue value is 59 (23.44% from 255 or 22.01% from 268); Max value from RGB is 114 - color contains mainly: red. Hex color #725F3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725F3B is #8DA0C4. Grayscale: #606060. Windows color (decimal): -9281733 or 3891058. OLE color: 3891058.

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

Color convert

RGB 114 95 59 -
CMYK 0 0.17 0.48 0.55
HSL 39.27º 0.32% 0.34% -
HSV(B) 39.27º 0.48% 0.45% -
XYZ 11.82 12.08 5.85 -
YUV 96.58 106.79 140.43 -
System Red Green Blue C M Y K H S L
Decimal 114 95 59 0 0.17 0.48 0.55 39.27 0.32 0.34
Hex 72 5F 3B 0 11 30 37 27 20 22
Octal 162 137 73 0 21 60 67 47 40 42
Binary 1110010 1011111 111011 0 10001 110000 110111 100111 100000 100010

Color Harmonies of #725F3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725F3B

Black with #725F3B

Text Example


Text Example

White with #725F3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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