Html Css Color HEX #755F13 Yukon Gold

📋 copy color: '#755F13'

red 117 ◦ green 95 ◦ blue 19

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

Shades of Yukon Gold #755F13

Tints of Yukon Gold #755F13

RGB

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

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

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

R = 50.65%
G = 41.13%
B = 8.23%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.84

 K value IS 0.54

RGB Variations

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

Color information

#755F13 (or 0x755F13) is known color: Yukon Gold. HEX triplet: 75, 5F and 13. RGB value is (117,95,19). Sum of RGB (Red+Green+Blue) = 117+95+19=231 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.65% from 231); Green value is 95 (37.5% from 255 or 41.13% from 231); Blue value is 19 (7.81% from 255 or 8.23% from 231); Max value from RGB is 117 - color contains mainly: red. Hex color #755F13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755F13 is #8AA0EC. Grayscale: #5D5D5D. Windows color (decimal): -9085165 or 1269621. OLE color: 1269621.

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

Color convert

RGB 117 95 19 -
CMYK 0 0.19 0.84 0.54
HSL 46.53º 0.72% 0.27% -
HSV(B) 46.53º 0.84% 0.46% -
XYZ 11.55 12.01 2.33 -
YUV 92.91 86.29 145.18 -
System Red Green Blue C M Y K H S L
Decimal 117 95 19 0 0.19 0.84 0.54 46.53 0.72 0.27
Hex 75 5F 13 0 13 54 36 2F 48 1B
Octal 165 137 23 0 23 124 66 57 110 33
Binary 1110101 1011111 10011 0 10011 1010100 110110 101111 1001000 11011

Color Harmonies of #755F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755F13

Black with #755F13

Text Example


Text Example

White with #755F13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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