Html Css Color HEX #775D13 Yukon Gold

📋 copy color: '#775D13'

red 119 ◦ green 93 ◦ blue 19

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

Shades of Yukon Gold #775D13

Tints of Yukon Gold #775D13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.23%

R = 51.52%
G = 40.26%
B = 8.23%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.84

 K value IS 0.53

RGB Variations

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

Color information

#775D13 (or 0x775D13) is known color: Yukon Gold. HEX triplet: 77, 5D and 13. RGB value is (119,93,19). Sum of RGB (Red+Green+Blue) = 119+93+19=231 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.52% from 231); Green value is 93 (36.72% from 255 or 40.26% from 231); Blue value is 19 (7.81% from 255 or 8.23% from 231); Max value from RGB is 119 - color contains mainly: red. Hex color #775D13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #775D13 is #88A2EC. Grayscale: #5C5C5C. Windows color (decimal): -8954605 or 1269111. OLE color: 1269111.

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

Color convert

RGB 119 93 19 -
CMYK 0 0.22 0.84 0.53
HSL 44.4º 0.72% 0.27% -
HSV(B) 44.4º 0.84% 0.47% -
XYZ 11.64 11.8 2.28 -
YUV 92.34 86.61 147.02 -
System Red Green Blue C M Y K H S L
Decimal 119 93 19 0 0.22 0.84 0.53 44.4 0.72 0.27
Hex 77 5D 13 0 16 54 35 2C 48 1B
Octal 167 135 23 0 26 124 65 54 110 33
Binary 1110111 1011101 10011 0 10110 1010100 110101 101100 1001000 11011

Color Harmonies of #775D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775D13

Black with #775D13

Text Example


Text Example

White with #775D13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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