Html Css Color HEX #725D19 Yukon Gold

📋 copy color: '#725D19'

red 114 ◦ green 93 ◦ blue 25

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

Shades of Yukon Gold #725D19

Tints of Yukon Gold #725D19

RGB

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

 GREEN value IS 93 (36.72% from 255) = 40.09%

 BLUE value IS 25 (10.16% from 255) = 10.78%

R = 49.14%
G = 40.09%
B = 10.78%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.78

 K value IS 0.55

RGB Variations

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

Color information

#725D19 (or 0x725D19) is known color: Yukon Gold. HEX triplet: 72, 5D and 19. RGB value is (114,93,25). Sum of RGB (Red+Green+Blue) = 114+93+25=232 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.14% from 232); Green value is 93 (36.72% from 255 or 40.09% from 232); Blue value is 25 (10.16% from 255 or 10.78% from 232); Max value from RGB is 114 - color contains mainly: red. Hex color #725D19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #725D19 is #8DA2E6. Grayscale: #5B5B5B. Windows color (decimal): -9282279 or 1662322. OLE color: 1662322.

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

Color convert

RGB 114 93 25 -
CMYK 0 0.18 0.78 0.55
HSL 45.84º 0.64% 0.27% -
HSV(B) 45.84º 0.78% 0.45% -
XYZ 11.03 11.48 2.55 -
YUV 91.53 90.46 144.03 -
System Red Green Blue C M Y K H S L
Decimal 114 93 25 0 0.18 0.78 0.55 45.84 0.64 0.27
Hex 72 5D 19 0 12 4E 37 2E 40 1B
Octal 162 135 31 0 22 116 67 56 100 33
Binary 1110010 1011101 11001 0 10010 1001110 110111 101110 1000000 11011

Color Harmonies of #725D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725D19

Black with #725D19

Text Example


Text Example

White with #725D19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,93,25); }

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

background-color css

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

 a { background-color: rgb(114,93,25); }

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

border-color css

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

 span { border-color: rgb(114,93,25); }

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