Html Css Color HEX #755D1A Yukon Gold

📋 copy color: '#755D1A'

red 117 ◦ green 93 ◦ blue 26

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

Shades of Yukon Gold #755D1A

Tints of Yukon Gold #755D1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 11.02%

R = 49.58%
G = 39.41%
B = 11.02%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.78

 K value IS 0.54

RGB Variations

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

Color information

#755D1A (or 0x755D1A) is known color: Yukon Gold. HEX triplet: 75, 5D and 1A. RGB value is (117,93,26). Sum of RGB (Red+Green+Blue) = 117+93+26=236 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.58% from 236); Green value is 93 (36.72% from 255 or 39.41% from 236); Blue value is 26 (10.55% from 255 or 11.02% from 236); Max value from RGB is 117 - color contains mainly: red. Hex color #755D1A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755D1A is #8AA2E5. Grayscale: #5C5C5C. Windows color (decimal): -9085670 or 1727861. OLE color: 1727861.

HSL color Cylindrical-coordinate representation of color #755D1A: hue angle of 44.18º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #755D1A is Cyan = 0, Magento = 0.21, Yellow = 0.78 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 93 26 -
CMYK 0 0.21 0.78 0.54
HSL 44.18º 0.64% 0.28% -
HSV(B) 44.18º 0.78% 0.46% -
XYZ 11.44 11.69 2.63 -
YUV 92.54 90.45 145.45 -
System Red Green Blue C M Y K H S L
Decimal 117 93 26 0 0.21 0.78 0.54 44.18 0.64 0.28
Hex 75 5D 1A 0 15 4E 36 2C 40 1C
Octal 165 135 32 0 25 116 66 54 100 34
Binary 1110101 1011101 11010 0 10101 1001110 110110 101100 1000000 11100

Color Harmonies of #755D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755D1A

Black with #755D1A

Text Example


Text Example

White with #755D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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