Html Css Color HEX #795F0C Yukon Gold

📋 copy color: '#795F0C'

red 121 ◦ green 95 ◦ blue 12

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

Shades of Yukon Gold #795F0C

Tints of Yukon Gold #795F0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.26%

R = 53.07%
G = 41.67%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.90

 K value IS 0.53

RGB Variations

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

Color information

#795F0C (or 0x795F0C) is known color: Yukon Gold. HEX triplet: 79, 5F and 0C. RGB value is (121,95,12). Sum of RGB (Red+Green+Blue) = 121+95+12=228 (30% of max value = 765). Red value is 121 (47.66% from 255 or 53.07% from 228); Green value is 95 (37.5% from 255 or 41.67% from 228); Blue value is 12 (5.08% from 255 or 5.26% from 228); Max value from RGB is 121 - color contains mainly: red. Hex color #795F0C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #795F0C is #86A0F3. Grayscale: #5D5D5D. Windows color (decimal): -8823028 or 810873. OLE color: 810873.

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

Color convert

RGB 121 95 12 -
CMYK 0 0.21 0.90 0.53
HSL 45.69º 0.82% 0.26% -
HSV(B) 45.69º 0.9% 0.47% -
XYZ 12.04 12.28 2.08 -
YUV 93.31 82.11 147.75 -
System Red Green Blue C M Y K H S L
Decimal 121 95 12 0 0.21 0.90 0.53 45.69 0.82 0.26
Hex 79 5F C 0 15 5A 35 2E 52 1A
Octal 171 137 14 0 25 132 65 56 122 32
Binary 1111001 1011111 1100 0 10101 1011010 110101 101110 1010010 11010

Color Harmonies of #795F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795F0C

Black with #795F0C

Text Example


Text Example

White with #795F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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