Html Css Color HEX #755F10 Yukon Gold

📋 copy color: '#755F10'

red 117 ◦ green 95 ◦ blue 16

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

Shades of Yukon Gold #755F10

Tints of Yukon Gold #755F10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.02%

R = 51.32%
G = 41.67%
B = 7.02%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.86

 K value IS 0.54

RGB Variations

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

Color information

#755F10 (or 0x755F10) is known color: Yukon Gold. HEX triplet: 75, 5F and 10. RGB value is (117,95,16). Sum of RGB (Red+Green+Blue) = 117+95+16=228 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.32% from 228); Green value is 95 (37.5% from 255 or 41.67% from 228); Blue value is 16 (6.64% from 255 or 7.02% from 228); Max value from RGB is 117 - color contains mainly: red. Hex color #755F10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755F10 is #8AA0EF. Grayscale: #5C5C5C. Windows color (decimal): -9085168 or 1073013. OLE color: 1073013.

HSL color Cylindrical-coordinate representation of color #755F10: hue angle of 46.93º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #755F10 is Cyan = 0, Magento = 0.19, Yellow = 0.86 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 95 16 -
CMYK 0 0.19 0.86 0.54
HSL 46.93º 0.76% 0.26% -
HSV(B) 46.93º 0.86% 0.46% -
XYZ 11.52 12 2.2 -
YUV 92.57 84.79 145.42 -
System Red Green Blue C M Y K H S L
Decimal 117 95 16 0 0.19 0.86 0.54 46.93 0.76 0.26
Hex 75 5F 10 0 13 56 36 2F 4C 1A
Octal 165 137 20 0 23 126 66 57 114 32
Binary 1110101 1011111 10000 0 10011 1010110 110110 101111 1001100 11010

Color Harmonies of #755F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755F10

Black with #755F10

Text Example


Text Example

White with #755F10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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