Html Css Color HEX #755E0E Yukon Gold

📋 copy color: '#755E0E'

red 117 ◦ green 94 ◦ blue 14

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

Shades of Yukon Gold #755E0E

Tints of Yukon Gold #755E0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 6.22%

R = 52%
G = 41.78%
B = 6.22%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.88

 K value IS 0.54

RGB Variations

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

Color information

#755E0E (or 0x755E0E) is known color: Yukon Gold. HEX triplet: 75, 5E and 0E. RGB value is (117,94,14). Sum of RGB (Red+Green+Blue) = 117+94+14=225 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52% from 225); Green value is 94 (37.11% from 255 or 41.78% from 225); Blue value is 14 (5.86% from 255 or 6.22% from 225); Max value from RGB is 117 - color contains mainly: red. Hex color #755E0E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755E0E is #8AA1F1. Grayscale: #5C5C5C. Windows color (decimal): -9085426 or 941685. OLE color: 941685.

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

Color convert

RGB 117 94 14 -
CMYK 0 0.20 0.88 0.54
HSL 46.6º 0.79% 0.26% -
HSV(B) 46.6º 0.88% 0.46% -
XYZ 11.42 11.82 2.09 -
YUV 91.76 84.12 146 -
System Red Green Blue C M Y K H S L
Decimal 117 94 14 0 0.20 0.88 0.54 46.6 0.79 0.26
Hex 75 5E E 0 14 58 36 2F 4F 1A
Octal 165 136 16 0 24 130 66 57 117 32
Binary 1110101 1011110 1110 0 10100 1011000 110110 101111 1001111 11010

Color Harmonies of #755E0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755E0E

Black with #755E0E

Text Example


Text Example

White with #755E0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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