Html Css Color HEX #7D5E09 Yukon Gold

📋 copy color: '#7D5E09'

red 125 ◦ green 94 ◦ blue 9

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

Shades of Yukon Gold #7D5E09

Tints of Yukon Gold #7D5E09

RGB

 RED value IS 125 (49.22% from 255) = 54.82%

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

 BLUE value IS 9 (3.91% from 255) = 3.95%

R = 54.82%
G = 41.23%
B = 3.95%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.93

 K value IS 0.51

RGB Variations

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

Color information

#7D5E09 (or 0x7D5E09) is known color: Yukon Gold. HEX triplet: 7D, 5E and 09. RGB value is (125,94,9). Sum of RGB (Red+Green+Blue) = 125+94+9=228 (30% of max value = 765). Red value is 125 (49.22% from 255 or 54.82% from 228); Green value is 94 (37.11% from 255 or 41.23% from 228); Blue value is 9 (3.91% from 255 or 3.95% from 228); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5E09 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7D5E09 is #82A1F6. Grayscale: #5D5D5D. Windows color (decimal): -8561143 or 614013. OLE color: 614013.

HSL color Cylindrical-coordinate representation of color #7D5E09: hue angle of 43.97º degrees, saturation: 0.87, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7D5E09 is Cyan = 0, Magento = 0.25, Yellow = 0.93 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 94 9 -
CMYK 0 0.25 0.93 0.51
HSL 43.97º 0.87% 0.26% -
HSV(B) 43.97º 0.93% 0.49% -
XYZ 12.51 12.39 1.99 -
YUV 93.58 80.27 150.41 -
System Red Green Blue C M Y K H S L
Decimal 125 94 9 0 0.25 0.93 0.51 43.97 0.87 0.26
Hex 7D 5E 9 0 19 5D 33 2C 57 1A
Octal 175 136 11 0 31 135 63 54 127 32
Binary 1111101 1011110 1001 0 11001 1011101 110011 101100 1010111 11010

Color Harmonies of #7D5E09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D5E09

Black with #7D5E09

Text Example


Text Example

White with #7D5E09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7D5E09; }

 p { color: rgb(125,94,9); }

 H1.HeaderClassName
 {
   color: #7D5E09;
 }
 .AnyTagClassName
 {
   color: #7D5E09;
 }
</style>

background-color css

<style>
 a { background-color: #7D5E09; }

 a { background-color: rgb(125,94,9); }

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

border-color css

<style>
 span { border-color: #7D5E09; }

 span { border-color: rgb(125,94,9); }

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