Html Css Color HEX #755F14 Yukon Gold

📋 copy color: '#755F14'

red 117 ◦ green 95 ◦ blue 20

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

Shades of Yukon Gold #755F14

Tints of Yukon Gold #755F14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.62%

R = 50.43%
G = 40.95%
B = 8.62%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.83

 K value IS 0.54

RGB Variations

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

Color information

#755F14 (or 0x755F14) is known color: Yukon Gold. HEX triplet: 75, 5F and 14. RGB value is (117,95,20). Sum of RGB (Red+Green+Blue) = 117+95+20=232 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.43% from 232); Green value is 95 (37.5% from 255 or 40.95% from 232); Blue value is 20 (8.20% from 255 or 8.62% from 232); Max value from RGB is 117 - color contains mainly: red. Hex color #755F14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755F14 is #8AA0EB. Grayscale: #5D5D5D. Windows color (decimal): -9085164 or 1335157. OLE color: 1335157.

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

Color convert

RGB 117 95 20 -
CMYK 0 0.19 0.83 0.54
HSL 46.39º 0.71% 0.27% -
HSV(B) 46.39º 0.83% 0.46% -
XYZ 11.55 12.02 2.37 -
YUV 93.03 86.79 145.1 -
System Red Green Blue C M Y K H S L
Decimal 117 95 20 0 0.19 0.83 0.54 46.39 0.71 0.27
Hex 75 5F 14 0 13 53 36 2E 47 1B
Octal 165 137 24 0 23 123 66 56 107 33
Binary 1110101 1011111 10100 0 10011 1010011 110110 101110 1000111 11011

Color Harmonies of #755F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755F14

Black with #755F14

Text Example


Text Example

White with #755F14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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