Html Css Color HEX #755C16 Yukon Gold

📋 copy color: '#755C16'

red 117 ◦ green 92 ◦ blue 22

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

Shades of Yukon Gold #755C16

Tints of Yukon Gold #755C16

RGB

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

 GREEN value IS 92 (36.33% from 255) = 39.83%

 BLUE value IS 22 (8.98% from 255) = 9.52%

R = 50.65%
G = 39.83%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.81

 K value IS 0.54

RGB Variations

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

Color information

#755C16 (or 0x755C16) is known color: Yukon Gold. HEX triplet: 75, 5C and 16. RGB value is (117,92,22). Sum of RGB (Red+Green+Blue) = 117+92+22=231 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.65% from 231); Green value is 92 (36.33% from 255 or 39.83% from 231); Blue value is 22 (8.98% from 255 or 9.52% from 231); Max value from RGB is 117 - color contains mainly: red. Hex color #755C16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755C16 is #8AA3E9. Grayscale: #5B5B5B. Windows color (decimal): -9085930 or 1465461. OLE color: 1465461.

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

Color convert

RGB 117 92 22 -
CMYK 0 0.21 0.81 0.54
HSL 44.21º 0.68% 0.27% -
HSV(B) 44.21º 0.81% 0.46% -
XYZ 11.31 11.49 2.38 -
YUV 91.5 88.78 146.19 -
System Red Green Blue C M Y K H S L
Decimal 117 92 22 0 0.21 0.81 0.54 44.21 0.68 0.27
Hex 75 5C 16 0 15 51 36 2C 44 1B
Octal 165 134 26 0 25 121 66 54 104 33
Binary 1110101 1011100 10110 0 10101 1010001 110110 101100 1000100 11011

Color Harmonies of #755C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755C16

Black with #755C16

Text Example


Text Example

White with #755C16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,92,22); }

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

background-color css

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

 a { background-color: rgb(117,92,22); }

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

border-color css

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

 span { border-color: rgb(117,92,22); }

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