Html Css Color HEX #785D14 Yukon Gold

📋 copy color: '#785D14'

red 120 ◦ green 93 ◦ blue 20

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

Shades of Yukon Gold #785D14

Tints of Yukon Gold #785D14

RGB

 RED value IS 120 (47.27% from 255) = 51.5%

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

 BLUE value IS 20 (8.2% from 255) = 8.58%

R = 51.5%
G = 39.91%
B = 8.58%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.83

 K value IS 0.53

RGB Variations

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

Color information

#785D14 (or 0x785D14) is known color: Yukon Gold. HEX triplet: 78, 5D and 14. RGB value is (120,93,20). Sum of RGB (Red+Green+Blue) = 120+93+20=233 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.50% from 233); Green value is 93 (36.72% from 255 or 39.91% from 233); Blue value is 20 (8.20% from 255 or 8.58% from 233); Max value from RGB is 120 - color contains mainly: red. Hex color #785D14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #785D14 is #87A2EB. Grayscale: #5D5D5D. Windows color (decimal): -8889068 or 1334648. OLE color: 1334648.

HSL color Cylindrical-coordinate representation of color #785D14: hue angle of 43.8º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #785D14 is Cyan = 0, Magento = 0.22, Yellow = 0.83 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 93 20 -
CMYK 0 0.22 0.83 0.53
HSL 43.8º 0.71% 0.27% -
HSV(B) 43.8º 0.83% 0.47% -
XYZ 11.79 11.87 2.33 -
YUV 92.75 86.95 147.44 -
System Red Green Blue C M Y K H S L
Decimal 120 93 20 0 0.22 0.83 0.53 43.8 0.71 0.27
Hex 78 5D 14 0 16 53 35 2C 47 1B
Octal 170 135 24 0 26 123 65 54 107 33
Binary 1111000 1011101 10100 0 10110 1010011 110101 101100 1000111 11011

Color Harmonies of #785D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785D14

Black with #785D14

Text Example


Text Example

White with #785D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785D14; }

 p { color: rgb(120,93,20); }

 H1.HeaderClassName
 {
   color: #785D14;
 }
 .AnyTagClassName
 {
   color: #785D14;
 }
</style>

background-color css

<style>
 a { background-color: #785D14; }

 a { background-color: rgb(120,93,20); }

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

border-color css

<style>
 span { border-color: #785D14; }

 span { border-color: rgb(120,93,20); }

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