Html Css Color HEX #755D14 Yukon Gold

📋 copy color: '#755D14'

red 117 ◦ green 93 ◦ blue 20

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

Shades of Yukon Gold #755D14

Tints of Yukon Gold #755D14

RGB

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

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

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

R = 50.87%
G = 40.43%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.83

 K value IS 0.54

RGB Variations

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

Color information

#755D14 (or 0x755D14) is known color: Yukon Gold. HEX triplet: 75, 5D and 14. RGB value is (117,93,20). Sum of RGB (Red+Green+Blue) = 117+93+20=230 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.87% from 230); Green value is 93 (36.72% from 255 or 40.43% from 230); Blue value is 20 (8.20% from 255 or 8.70% from 230); Max value from RGB is 117 - color contains mainly: red. Hex color #755D14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755D14 is #8AA2EB. Grayscale: #5C5C5C. Windows color (decimal): -9085676 or 1334645. OLE color: 1334645.

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

Color convert

RGB 117 93 20 -
CMYK 0 0.21 0.83 0.54
HSL 45.15º 0.71% 0.27% -
HSV(B) 45.15º 0.83% 0.46% -
XYZ 11.38 11.66 2.31 -
YUV 91.85 87.45 145.94 -
System Red Green Blue C M Y K H S L
Decimal 117 93 20 0 0.21 0.83 0.54 45.15 0.71 0.27
Hex 75 5D 14 0 15 53 36 2D 47 1B
Octal 165 135 24 0 25 123 66 55 107 33
Binary 1110101 1011101 10100 0 10101 1010011 110110 101101 1000111 11011

Color Harmonies of #755D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755D14

Black with #755D14

Text Example


Text Example

White with #755D14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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