Html Css Color HEX #755E12 Yukon Gold

📋 copy color: '#755E12'

red 117 ◦ green 94 ◦ blue 18

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

Shades of Yukon Gold #755E12

Tints of Yukon Gold #755E12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.86%

R = 51.09%
G = 41.05%
B = 7.86%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.85

 K value IS 0.54

RGB Variations

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

Color information

#755E12 (or 0x755E12) is known color: Yukon Gold. HEX triplet: 75, 5E and 12. RGB value is (117,94,18). Sum of RGB (Red+Green+Blue) = 117+94+18=229 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.09% from 229); Green value is 94 (37.11% from 255 or 41.05% from 229); Blue value is 18 (7.42% from 255 or 7.86% from 229); Max value from RGB is 117 - color contains mainly: red. Hex color #755E12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755E12 is #8AA1ED. Grayscale: #5C5C5C. Windows color (decimal): -9085422 or 1203829. OLE color: 1203829.

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

Color convert

RGB 117 94 18 -
CMYK 0 0.20 0.85 0.54
HSL 46.06º 0.73% 0.26% -
HSV(B) 46.06º 0.85% 0.46% -
XYZ 11.45 11.83 2.25 -
YUV 92.21 86.12 145.68 -
System Red Green Blue C M Y K H S L
Decimal 117 94 18 0 0.20 0.85 0.54 46.06 0.73 0.26
Hex 75 5E 12 0 14 55 36 2E 49 1A
Octal 165 136 22 0 24 125 66 56 111 32
Binary 1110101 1011110 10010 0 10100 1010101 110110 101110 1001001 11010

Color Harmonies of #755E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755E12

Black with #755E12

Text Example


Text Example

White with #755E12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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