Html Css Color HEX #795D0F Yukon Gold

📋 copy color: '#795D0F'

red 121 ◦ green 93 ◦ blue 15

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

Shades of Yukon Gold #795D0F

Tints of Yukon Gold #795D0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.55%

R = 52.84%
G = 40.61%
B = 6.55%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.88

 K value IS 0.53

RGB Variations

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

Color information

#795D0F (or 0x795D0F) is known color: Yukon Gold. HEX triplet: 79, 5D and 0F. RGB value is (121,93,15). Sum of RGB (Red+Green+Blue) = 121+93+15=229 (30% of max value = 765). Red value is 121 (47.66% from 255 or 52.84% from 229); Green value is 93 (36.72% from 255 or 40.61% from 229); Blue value is 15 (6.25% from 255 or 6.55% from 229); Max value from RGB is 121 - color contains mainly: red. Hex color #795D0F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #795D0F is #86A2F0. Grayscale: #5C5C5C. Windows color (decimal): -8823537 or 1006969. OLE color: 1006969.

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

Color convert

RGB 121 93 15 -
CMYK 0 0.23 0.88 0.53
HSL 44.15º 0.78% 0.27% -
HSV(B) 44.15º 0.88% 0.47% -
XYZ 11.89 11.93 2.13 -
YUV 92.48 84.28 148.34 -
System Red Green Blue C M Y K H S L
Decimal 121 93 15 0 0.23 0.88 0.53 44.15 0.78 0.27
Hex 79 5D F 0 17 58 35 2C 4E 1B
Octal 171 135 17 0 27 130 65 54 116 33
Binary 1111001 1011101 1111 0 10111 1011000 110101 101100 1001110 11011

Color Harmonies of #795D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795D0F

Black with #795D0F

Text Example


Text Example

White with #795D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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