Html Css Color HEX #795D1D Yukon Gold

📋 copy color: '#795D1D'

red 121 ◦ green 93 ◦ blue 29

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

Shades of Yukon Gold #795D1D

Tints of Yukon Gold #795D1D

RGB

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

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

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

R = 49.79%
G = 38.27%
B = 11.93%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.76

 K value IS 0.53

RGB Variations

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

Color information

#795D1D (or 0x795D1D) is known color: Yukon Gold. HEX triplet: 79, 5D and 1D. RGB value is (121,93,29). Sum of RGB (Red+Green+Blue) = 121+93+29=243 (32% of max value = 765). Red value is 121 (47.66% from 255 or 49.79% from 243); Green value is 93 (36.72% from 255 or 38.27% from 243); Blue value is 29 (11.72% from 255 or 11.93% from 243); Max value from RGB is 121 - color contains mainly: red. Hex color #795D1D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #795D1D is #86A2E2. Grayscale: #5E5E5E. Windows color (decimal): -8823523 or 1924473. OLE color: 1924473.

HSL color Cylindrical-coordinate representation of color #795D1D: hue angle of 41.74º 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 #795D1D is Cyan = 0, Magento = 0.23, Yellow = 0.76 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 93 29 -
CMYK 0 0.23 0.76 0.53
HSL 41.74º 0.61% 0.29% -
HSV(B) 41.74º 0.76% 0.47% -
XYZ 12.02 11.98 2.84 -
YUV 94.08 91.28 147.2 -
System Red Green Blue C M Y K H S L
Decimal 121 93 29 0 0.23 0.76 0.53 41.74 0.61 0.29
Hex 79 5D 1D 0 17 4C 35 2A 3D 1D
Octal 171 135 35 0 27 114 65 52 75 35
Binary 1111001 1011101 11101 0 10111 1001100 110101 101010 111101 11101

Color Harmonies of #795D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795D1D

Black with #795D1D

Text Example


Text Example

White with #795D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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