Html Css Color HEX #755F17 Yukon Gold

📋 copy color: '#755F17'

red 117 ◦ green 95 ◦ blue 23

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

Shades of Yukon Gold #755F17

Tints of Yukon Gold #755F17

RGB

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

 GREEN value IS 95 (37.5% from 255) = 40.43%

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

R = 49.79%
G = 40.43%
B = 9.79%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.80

 K value IS 0.54

RGB Variations

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

Color information

#755F17 (or 0x755F17) is known color: Yukon Gold. HEX triplet: 75, 5F and 17. RGB value is (117,95,23). Sum of RGB (Red+Green+Blue) = 117+95+23=235 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.79% from 235); Green value is 95 (37.5% from 255 or 40.43% from 235); Blue value is 23 (9.38% from 255 or 9.79% from 235); Max value from RGB is 117 - color contains mainly: red. Hex color #755F17 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755F17 is #8AA0E8. Grayscale: #5D5D5D. Windows color (decimal): -9085161 or 1531765. OLE color: 1531765.

HSL color Cylindrical-coordinate representation of color #755F17: hue angle of 45.96º 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 #755F17 is Cyan = 0, Magento = 0.19, Yellow = 0.80 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 95 23 -
CMYK 0 0.19 0.80 0.54
HSL 45.96º 0.67% 0.27% -
HSV(B) 45.96º 0.8% 0.46% -
XYZ 11.58 12.03 2.52 -
YUV 93.37 88.29 144.85 -
System Red Green Blue C M Y K H S L
Decimal 117 95 23 0 0.19 0.80 0.54 45.96 0.67 0.27
Hex 75 5F 17 0 13 50 36 2E 43 1B
Octal 165 137 27 0 23 120 66 56 103 33
Binary 1110101 1011111 10111 0 10011 1010000 110110 101110 1000011 11011

Color Harmonies of #755F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755F17

Black with #755F17

Text Example


Text Example

White with #755F17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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