Html Css Color HEX #755D17 Yukon Gold

📋 copy color: '#755D17'

red 117 ◦ green 93 ◦ blue 23

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

Shades of Yukon Gold #755D17

Tints of Yukon Gold #755D17

RGB

 RED value IS 117 (46.09% from 255) = 50.21%

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

 BLUE value IS 23 (9.38% from 255) = 9.87%

R = 50.21%
G = 39.91%
B = 9.87%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.80

 K value IS 0.54

RGB Variations

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

Color information

#755D17 (or 0x755D17) is known color: Yukon Gold. HEX triplet: 75, 5D and 17. RGB value is (117,93,23). Sum of RGB (Red+Green+Blue) = 117+93+23=233 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.21% from 233); Green value is 93 (36.72% from 255 or 39.91% from 233); Blue value is 23 (9.38% from 255 or 9.87% from 233); Max value from RGB is 117 - color contains mainly: red. Hex color #755D17 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755D17 is #8AA2E8. Grayscale: #5C5C5C. Windows color (decimal): -9085673 or 1531253. OLE color: 1531253.

HSL color Cylindrical-coordinate representation of color #755D17: hue angle of 44.68º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #755D17 is Cyan = 0, Magento = 0.21, Yellow = 0.80 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 93 23 -
CMYK 0 0.21 0.80 0.54
HSL 44.68º 0.67% 0.27% -
HSV(B) 44.68º 0.8% 0.46% -
XYZ 11.41 11.67 2.46 -
YUV 92.2 88.95 145.69 -
System Red Green Blue C M Y K H S L
Decimal 117 93 23 0 0.21 0.80 0.54 44.68 0.67 0.27
Hex 75 5D 17 0 15 50 36 2D 43 1B
Octal 165 135 27 0 25 120 66 55 103 33
Binary 1110101 1011101 10111 0 10101 1010000 110110 101101 1000011 11011

Color Harmonies of #755D17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755D17

Black with #755D17

Text Example


Text Example

White with #755D17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755D17; }

 p { color: rgb(117,93,23); }

 H1.HeaderClassName
 {
   color: #755D17;
 }
 .AnyTagClassName
 {
   color: #755D17;
 }
</style>

background-color css

<style>
 a { background-color: #755D17; }

 a { background-color: rgb(117,93,23); }

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

border-color css

<style>
 span { border-color: #755D17; }

 span { border-color: rgb(117,93,23); }

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