Html Css Color HEX #795F1D Yukon Gold

📋 copy color: '#795F1D'

red 121 ◦ green 95 ◦ blue 29

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

Shades of Yukon Gold #795F1D

Tints of Yukon Gold #795F1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.84%

R = 49.39%
G = 38.78%
B = 11.84%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.76

 K value IS 0.53

RGB Variations

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

Color information

#795F1D (or 0x795F1D) is known color: Yukon Gold. HEX triplet: 79, 5F and 1D. RGB value is (121,95,29). Sum of RGB (Red+Green+Blue) = 121+95+29=245 (32% of max value = 765). Red value is 121 (47.66% from 255 or 49.39% from 245); Green value is 95 (37.5% from 255 or 38.78% from 245); Blue value is 29 (11.72% from 255 or 11.84% from 245); Max value from RGB is 121 - color contains mainly: red. Hex color #795F1D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #795F1D is #86A0E2. Grayscale: #5F5F5F. Windows color (decimal): -8823011 or 1924985. OLE color: 1924985.

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

Color convert

RGB 121 95 29 -
CMYK 0 0.21 0.76 0.53
HSL 43.04º 0.61% 0.29% -
HSV(B) 43.04º 0.76% 0.47% -
XYZ 12.2 12.34 2.9 -
YUV 95.25 90.61 146.37 -
System Red Green Blue C M Y K H S L
Decimal 121 95 29 0 0.21 0.76 0.53 43.04 0.61 0.29
Hex 79 5F 1D 0 15 4C 35 2B 3D 1D
Octal 171 137 35 0 25 114 65 53 75 35
Binary 1111001 1011111 11101 0 10101 1001100 110101 101011 111101 11101

Color Harmonies of #795F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795F1D

Black with #795F1D

Text Example


Text Example

White with #795F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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