Html Css Color HEX #795E1F Yukon Gold

📋 copy color: '#795E1F'

red 121 ◦ green 94 ◦ blue 31

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

Shades of Yukon Gold #795E1F

Tints of Yukon Gold #795E1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 12.6%

R = 49.19%
G = 38.21%
B = 12.6%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.74

 K value IS 0.53

RGB Variations

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

Color information

#795E1F (or 0x795E1F) is known color: Yukon Gold. HEX triplet: 79, 5E and 1F. RGB value is (121,94,31). Sum of RGB (Red+Green+Blue) = 121+94+31=246 (32% of max value = 765). Red value is 121 (47.66% from 255 or 49.19% from 246); Green value is 94 (37.11% from 255 or 38.21% from 246); Blue value is 31 (12.5% from 255 or 12.60% from 246); Max value from RGB is 121 - color contains mainly: red. Hex color #795E1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #795E1F is #86A1E0. Grayscale: #5F5F5F. Windows color (decimal): -8823265 or 2055801. OLE color: 2055801.

HSL color Cylindrical-coordinate representation of color #795E1F: hue angle of 42º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #795E1F is Cyan = 0, Magento = 0.22, Yellow = 0.74 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 94 31 -
CMYK 0 0.22 0.74 0.53
HSL 42º 0.59% 0.3% -
HSV(B) 42º 0.74% 0.47% -
XYZ 12.14 12.17 3.01 -
YUV 94.89 91.95 146.62 -
System Red Green Blue C M Y K H S L
Decimal 121 94 31 0 0.22 0.74 0.53 42 0.59 0.3
Hex 79 5E 1F 0 16 4A 35 2A 3B 1E
Octal 171 136 37 0 26 112 65 52 73 36
Binary 1111001 1011110 11111 0 10110 1001010 110101 101010 111011 11110

Color Harmonies of #795E1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795E1F

Black with #795E1F

Text Example


Text Example

White with #795E1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,94,31); }

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

background-color css

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

 a { background-color: rgb(121,94,31); }

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

border-color css

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

 span { border-color: rgb(121,94,31); }

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