Html Css Color HEX #755E15 Yukon Gold

📋 copy color: '#755E15'

red 117 ◦ green 94 ◦ blue 21

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

Shades of Yukon Gold #755E15

Tints of Yukon Gold #755E15

RGB

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

 GREEN value IS 94 (37.11% from 255) = 40.52%

 BLUE value IS 21 (8.59% from 255) = 9.05%

R = 50.43%
G = 40.52%
B = 9.05%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.82

 K value IS 0.54

RGB Variations

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

Color information

#755E15 (or 0x755E15) is known color: Yukon Gold. HEX triplet: 75, 5E and 15. RGB value is (117,94,21). Sum of RGB (Red+Green+Blue) = 117+94+21=232 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.43% from 232); Green value is 94 (37.11% from 255 or 40.52% from 232); Blue value is 21 (8.59% from 255 or 9.05% from 232); Max value from RGB is 117 - color contains mainly: red. Hex color #755E15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755E15 is #8AA1EA. Grayscale: #5C5C5C. Windows color (decimal): -9085419 or 1400437. OLE color: 1400437.

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

Color convert

RGB 117 94 21 -
CMYK 0 0.20 0.82 0.54
HSL 45.63º 0.7% 0.27% -
HSV(B) 45.63º 0.82% 0.46% -
XYZ 11.47 11.84 2.39 -
YUV 92.56 87.62 145.44 -
System Red Green Blue C M Y K H S L
Decimal 117 94 21 0 0.20 0.82 0.54 45.63 0.7 0.27
Hex 75 5E 15 0 14 52 36 2E 46 1B
Octal 165 136 25 0 24 122 66 56 106 33
Binary 1110101 1011110 10101 0 10100 1010010 110110 101110 1000110 11011

Color Harmonies of #755E15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755E15

Black with #755E15

Text Example


Text Example

White with #755E15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,94,21); }

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

background-color css

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

 a { background-color: rgb(117,94,21); }

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

border-color css

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

 span { border-color: rgb(117,94,21); }

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