Html Css Color HEX #795D11 Yukon Gold

📋 copy color: '#795D11'

red 121 ◦ green 93 ◦ blue 17

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

Shades of Yukon Gold #795D11

Tints of Yukon Gold #795D11

RGB

 RED value IS 121 (47.66% from 255) = 52.38%

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

 BLUE value IS 17 (7.03% from 255) = 7.36%

R = 52.38%
G = 40.26%
B = 7.36%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.86

 K value IS 0.53

RGB Variations

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

Color information

#795D11 (or 0x795D11) is known color: Yukon Gold. HEX triplet: 79, 5D and 11. RGB value is (121,93,17). Sum of RGB (Red+Green+Blue) = 121+93+17=231 (30% of max value = 765). Red value is 121 (47.66% from 255 or 52.38% from 231); Green value is 93 (36.72% from 255 or 40.26% from 231); Blue value is 17 (7.03% from 255 or 7.36% from 231); Max value from RGB is 121 - color contains mainly: red. Hex color #795D11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #795D11 is #86A2EE. Grayscale: #5D5D5D. Windows color (decimal): -8823535 or 1138041. OLE color: 1138041.

HSL color Cylindrical-coordinate representation of color #795D11: hue angle of 43.85º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #795D11 is Cyan = 0, Magento = 0.23, Yellow = 0.86 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 93 17 -
CMYK 0 0.23 0.86 0.53
HSL 43.85º 0.75% 0.27% -
HSV(B) 43.85º 0.86% 0.47% -
XYZ 11.9 11.93 2.21 -
YUV 92.71 85.28 148.18 -
System Red Green Blue C M Y K H S L
Decimal 121 93 17 0 0.23 0.86 0.53 43.85 0.75 0.27
Hex 79 5D 11 0 17 56 35 2C 4B 1B
Octal 171 135 21 0 27 126 65 54 113 33
Binary 1111001 1011101 10001 0 10111 1010110 110101 101100 1001011 11011

Color Harmonies of #795D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795D11

Black with #795D11

Text Example


Text Example

White with #795D11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #795D11; }

 p { color: rgb(121,93,17); }

 H1.HeaderClassName
 {
   color: #795D11;
 }
 .AnyTagClassName
 {
   color: #795D11;
 }
</style>

background-color css

<style>
 a { background-color: #795D11; }

 a { background-color: rgb(121,93,17); }

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

border-color css

<style>
 span { border-color: #795D11; }

 span { border-color: rgb(121,93,17); }

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