Html Css Color HEX #795F0E Yukon Gold

📋 copy color: '#795F0E'

red 121 ◦ green 95 ◦ blue 14

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

Shades of Yukon Gold #795F0E

Tints of Yukon Gold #795F0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 6.09%

R = 52.61%
G = 41.3%
B = 6.09%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.88

 K value IS 0.53

RGB Variations

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

Color information

#795F0E (or 0x795F0E) is known color: Yukon Gold. HEX triplet: 79, 5F and 0E. RGB value is (121,95,14). Sum of RGB (Red+Green+Blue) = 121+95+14=230 (30% of max value = 765). Red value is 121 (47.66% from 255 or 52.61% from 230); Green value is 95 (37.5% from 255 or 41.30% from 230); Blue value is 14 (5.86% from 255 or 6.09% from 230); Max value from RGB is 121 - color contains mainly: red. Hex color #795F0E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #795F0E is #86A0F1. Grayscale: #5D5D5D. Windows color (decimal): -8823026 or 941945. OLE color: 941945.

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

Color convert

RGB 121 95 14 -
CMYK 0 0.21 0.88 0.53
HSL 45.42º 0.79% 0.26% -
HSV(B) 45.42º 0.88% 0.47% -
XYZ 12.06 12.28 2.15 -
YUV 93.54 83.11 147.59 -
System Red Green Blue C M Y K H S L
Decimal 121 95 14 0 0.21 0.88 0.53 45.42 0.79 0.26
Hex 79 5F E 0 15 58 35 2D 4F 1A
Octal 171 137 16 0 25 130 65 55 117 32
Binary 1111001 1011111 1110 0 10101 1011000 110101 101101 1001111 11010

Color Harmonies of #795F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795F0E

Black with #795F0E

Text Example


Text Example

White with #795F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,95,14); }

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

background-color css

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

 a { background-color: rgb(121,95,14); }

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

border-color css

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

 span { border-color: rgb(121,95,14); }

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