Html Css Color HEX #755C17 Yukon Gold

📋 copy color: '#755C17'

red 117 ◦ green 92 ◦ blue 23

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

Shades of Yukon Gold #755C17

Tints of Yukon Gold #755C17

RGB

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

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

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

R = 50.43%
G = 39.66%
B = 9.91%

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

#755C17 (or 0x755C17) is known color: Yukon Gold. HEX triplet: 75, 5C and 17. RGB value is (117,92,23). Sum of RGB (Red+Green+Blue) = 117+92+23=232 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.43% from 232); Green value is 92 (36.33% from 255 or 39.66% from 232); Blue value is 23 (9.38% from 255 or 9.91% from 232); Max value from RGB is 117 - color contains mainly: red. Hex color #755C17 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755C17 is #8AA3E8. Grayscale: #5B5B5B. Windows color (decimal): -9085929 or 1530997. OLE color: 1530997.

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

Color convert

RGB 117 92 23 -
CMYK 0 0.21 0.80 0.54
HSL 44.04º 0.67% 0.27% -
HSV(B) 44.04º 0.8% 0.46% -
XYZ 11.32 11.5 2.43 -
YUV 91.61 89.28 146.11 -
System Red Green Blue C M Y K H S L
Decimal 117 92 23 0 0.21 0.80 0.54 44.04 0.67 0.27
Hex 75 5C 17 0 15 50 36 2C 43 1B
Octal 165 134 27 0 25 120 66 54 103 33
Binary 1110101 1011100 10111 0 10101 1010000 110110 101100 1000011 11011

Color Harmonies of #755C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755C17

Black with #755C17

Text Example


Text Example

White with #755C17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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