Html Css Color HEX #755E1A Yukon Gold

📋 copy color: '#755E1A'

red 117 ◦ green 94 ◦ blue 26

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

Shades of Yukon Gold #755E1A

Tints of Yukon Gold #755E1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.97%

R = 49.37%
G = 39.66%
B = 10.97%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.78

 K value IS 0.54

RGB Variations

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

Color information

#755E1A (or 0x755E1A) is known color: Yukon Gold. HEX triplet: 75, 5E and 1A. RGB value is (117,94,26). Sum of RGB (Red+Green+Blue) = 117+94+26=237 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.37% from 237); Green value is 94 (37.11% from 255 or 39.66% from 237); Blue value is 26 (10.55% from 255 or 10.97% from 237); Max value from RGB is 117 - color contains mainly: red. Hex color #755E1A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755E1A is #8AA1E5. Grayscale: #5D5D5D. Windows color (decimal): -9085414 or 1728117. OLE color: 1728117.

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

Color convert

RGB 117 94 26 -
CMYK 0 0.20 0.78 0.54
HSL 44.84º 0.64% 0.28% -
HSV(B) 44.84º 0.78% 0.46% -
XYZ 11.53 11.86 2.66 -
YUV 93.13 90.12 145.03 -
System Red Green Blue C M Y K H S L
Decimal 117 94 26 0 0.20 0.78 0.54 44.84 0.64 0.28
Hex 75 5E 1A 0 14 4E 36 2D 40 1C
Octal 165 136 32 0 24 116 66 55 100 34
Binary 1110101 1011110 11010 0 10100 1001110 110110 101101 1000000 11100

Color Harmonies of #755E1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755E1A

Black with #755E1A

Text Example


Text Example

White with #755E1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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