Html Css Color HEX #785C14 Yukon Gold

📋 copy color: '#785C14'

red 120 ◦ green 92 ◦ blue 20

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

Shades of Yukon Gold #785C14

Tints of Yukon Gold #785C14

RGB

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

 GREEN value IS 92 (36.33% from 255) = 39.66%

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

R = 51.72%
G = 39.66%
B = 8.62%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.83

 K value IS 0.53

RGB Variations

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

Color information

#785C14 (or 0x785C14) is known color: Yukon Gold. HEX triplet: 78, 5C and 14. RGB value is (120,92,20). Sum of RGB (Red+Green+Blue) = 120+92+20=232 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.72% from 232); Green value is 92 (36.33% from 255 or 39.66% from 232); Blue value is 20 (8.20% from 255 or 8.62% from 232); Max value from RGB is 120 - color contains mainly: red. Hex color #785C14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #785C14 is #87A3EB. Grayscale: #5C5C5C. Windows color (decimal): -8889324 or 1334392. OLE color: 1334392.

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

Color convert

RGB 120 92 20 -
CMYK 0 0.23 0.83 0.53
HSL 43.2º 0.71% 0.27% -
HSV(B) 43.2º 0.83% 0.47% -
XYZ 11.7 11.7 2.3 -
YUV 92.16 87.28 147.85 -
System Red Green Blue C M Y K H S L
Decimal 120 92 20 0 0.23 0.83 0.53 43.2 0.71 0.27
Hex 78 5C 14 0 17 53 35 2B 47 1B
Octal 170 134 24 0 27 123 65 53 107 33
Binary 1111000 1011100 10100 0 10111 1010011 110101 101011 1000111 11011

Color Harmonies of #785C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785C14

Black with #785C14

Text Example


Text Example

White with #785C14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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