Html Css Color HEX #775D14 Yukon Gold

📋 copy color: '#775D14'

red 119 ◦ green 93 ◦ blue 20

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

Shades of Yukon Gold #775D14

Tints of Yukon Gold #775D14

RGB

 RED value IS 119 (46.88% from 255) = 51.29%

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

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

R = 51.29%
G = 40.09%
B = 8.62%

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

#775D14 (or 0x775D14) is known color: Yukon Gold. HEX triplet: 77, 5D and 14. RGB value is (119,93,20). Sum of RGB (Red+Green+Blue) = 119+93+20=232 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.29% from 232); Green value is 93 (36.72% from 255 or 40.09% from 232); Blue value is 20 (8.20% from 255 or 8.62% from 232); Max value from RGB is 119 - color contains mainly: red. Hex color #775D14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #775D14 is #88A2EB. Grayscale: #5C5C5C. Windows color (decimal): -8954604 or 1334647. OLE color: 1334647.

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

Color convert

RGB 119 93 20 -
CMYK 0 0.22 0.83 0.53
HSL 44.24º 0.71% 0.27% -
HSV(B) 44.24º 0.83% 0.47% -
XYZ 11.65 11.8 2.33 -
YUV 92.45 87.11 146.94 -
System Red Green Blue C M Y K H S L
Decimal 119 93 20 0 0.22 0.83 0.53 44.24 0.71 0.27
Hex 77 5D 14 0 16 53 35 2C 47 1B
Octal 167 135 24 0 26 123 65 54 107 33
Binary 1110111 1011101 10100 0 10110 1010011 110101 101100 1000111 11011

Color Harmonies of #775D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775D14

Black with #775D14

Text Example


Text Example

White with #775D14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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