Html Css Color HEX #725E3A Yellow Metal

📋 copy color: '#725E3A'

red 114 ◦ green 94 ◦ blue 58

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

Shades of Yellow Metal #725E3A

Tints of Yellow Metal #725E3A

RGB

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

 GREEN value IS 94 (37.11% from 255) = 35.34%

 BLUE value IS 58 (23.05% from 255) = 21.8%

R = 42.86%
G = 35.34%
B = 21.8%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.49

 K value IS 0.55

RGB Variations

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

Color information

#725E3A (or 0x725E3A) is known color: Yellow Metal. HEX triplet: 72, 5E and 3A. RGB value is (114,94,58). Sum of RGB (Red+Green+Blue) = 114+94+58=266 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.86% from 266); Green value is 94 (37.11% from 255 or 35.34% from 266); Blue value is 58 (23.05% from 255 or 21.80% from 266); Max value from RGB is 114 - color contains mainly: red. Hex color #725E3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725E3A is #8DA1C5. Grayscale: #606060. Windows color (decimal): -9281990 or 3825266. OLE color: 3825266.

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

Color convert

RGB 114 94 58 -
CMYK 0 0.18 0.49 0.55
HSL 38.57º 0.33% 0.34% -
HSV(B) 38.57º 0.49% 0.45% -
XYZ 11.71 11.89 5.68 -
YUV 95.88 106.63 140.93 -
System Red Green Blue C M Y K H S L
Decimal 114 94 58 0 0.18 0.49 0.55 38.57 0.33 0.34
Hex 72 5E 3A 0 12 31 37 27 21 22
Octal 162 136 72 0 22 61 67 47 41 42
Binary 1110010 1011110 111010 0 10010 110001 110111 100111 100001 100010

Color Harmonies of #725E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725E3A

Black with #725E3A

Text Example


Text Example

White with #725E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,94,58); }

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

background-color css

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

 a { background-color: rgb(114,94,58); }

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

border-color css

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

 span { border-color: rgb(114,94,58); }

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