Html Css Color HEX #755D13 Yukon Gold

📋 copy color: '#755D13'

red 117 ◦ green 93 ◦ blue 19

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

Shades of Yukon Gold #755D13

Tints of Yukon Gold #755D13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.3%

R = 51.09%
G = 40.61%
B = 8.3%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.84

 K value IS 0.54

RGB Variations

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

Color information

#755D13 (or 0x755D13) is known color: Yukon Gold. HEX triplet: 75, 5D and 13. RGB value is (117,93,19). Sum of RGB (Red+Green+Blue) = 117+93+19=229 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.09% from 229); Green value is 93 (36.72% from 255 or 40.61% from 229); Blue value is 19 (7.81% from 255 or 8.30% from 229); Max value from RGB is 117 - color contains mainly: red. Hex color #755D13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755D13 is #8AA2EC. Grayscale: #5C5C5C. Windows color (decimal): -9085677 or 1269109. OLE color: 1269109.

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

Color convert

RGB 117 93 19 -
CMYK 0 0.21 0.84 0.54
HSL 45.31º 0.72% 0.27% -
HSV(B) 45.31º 0.84% 0.46% -
XYZ 11.37 11.66 2.27 -
YUV 91.74 86.95 146.02 -
System Red Green Blue C M Y K H S L
Decimal 117 93 19 0 0.21 0.84 0.54 45.31 0.72 0.27
Hex 75 5D 13 0 15 54 36 2D 48 1B
Octal 165 135 23 0 25 124 66 55 110 33
Binary 1110101 1011101 10011 0 10101 1010100 110110 101101 1001000 11011

Color Harmonies of #755D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755D13

Black with #755D13

Text Example


Text Example

White with #755D13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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