Html Css Color HEX #725F42 Yellow Metal

📋 copy color: '#725F42'

red 114 ◦ green 95 ◦ blue 66

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

Shades of Yellow Metal #725F42

Tints of Yellow Metal #725F42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 24%

R = 41.45%
G = 34.55%
B = 24%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.42

 K value IS 0.55

RGB Variations

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

Color information

#725F42 (or 0x725F42) is known color: Yellow Metal. HEX triplet: 72, 5F and 42. RGB value is (114,95,66). Sum of RGB (Red+Green+Blue) = 114+95+66=275 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.45% from 275); Green value is 95 (37.5% from 255 or 34.55% from 275); Blue value is 66 (26.17% from 255 or 24% from 275); Max value from RGB is 114 - color contains mainly: red. Hex color #725F42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725F42 is #8DA0BD. Grayscale: #616161. Windows color (decimal): -9281726 or 4349810. OLE color: 4349810.

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

Color convert

RGB 114 95 66 -
CMYK 0 0.17 0.42 0.55
HSL 36.25º 0.27% 0.35% -
HSV(B) 36.25º 0.42% 0.45% -
XYZ 12.02 12.16 6.87 -
YUV 97.38 110.29 139.86 -
System Red Green Blue C M Y K H S L
Decimal 114 95 66 0 0.17 0.42 0.55 36.25 0.27 0.35
Hex 72 5F 42 0 11 2A 37 24 1B 23
Octal 162 137 102 0 21 52 67 44 33 43
Binary 1110010 1011111 1000010 0 10001 101010 110111 100100 11011 100011

Color Harmonies of #725F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725F42

Black with #725F42

Text Example


Text Example

White with #725F42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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