Html Css Color HEX #755C1A Yukon Gold

📋 copy color: '#755C1A'

red 117 ◦ green 92 ◦ blue 26

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

Shades of Yukon Gold #755C1A

Tints of Yukon Gold #755C1A

RGB

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

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

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

R = 49.79%
G = 39.15%
B = 11.06%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.78

 K value IS 0.54

RGB Variations

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

Color information

#755C1A (or 0x755C1A) is known color: Yukon Gold. HEX triplet: 75, 5C and 1A. RGB value is (117,92,26). Sum of RGB (Red+Green+Blue) = 117+92+26=235 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.79% from 235); Green value is 92 (36.33% from 255 or 39.15% from 235); Blue value is 26 (10.55% from 255 or 11.06% from 235); Max value from RGB is 117 - color contains mainly: red. Hex color #755C1A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755C1A is #8AA3E5. Grayscale: #5C5C5C. Windows color (decimal): -9085926 or 1727605. OLE color: 1727605.

HSL color Cylindrical-coordinate representation of color #755C1A: hue angle of 43.52º 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 #755C1A is Cyan = 0, Magento = 0.21, Yellow = 0.78 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 92 26 -
CMYK 0 0.21 0.78 0.54
HSL 43.52º 0.64% 0.28% -
HSV(B) 43.52º 0.78% 0.46% -
XYZ 11.35 11.51 2.6 -
YUV 91.95 90.78 145.87 -
System Red Green Blue C M Y K H S L
Decimal 117 92 26 0 0.21 0.78 0.54 43.52 0.64 0.28
Hex 75 5C 1A 0 15 4E 36 2C 40 1C
Octal 165 134 32 0 25 116 66 54 100 34
Binary 1110101 1011100 11010 0 10101 1001110 110110 101100 1000000 11100

Color Harmonies of #755C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755C1A

Black with #755C1A

Text Example


Text Example

White with #755C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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