Html Css Color HEX #755C18 Yukon Gold

📋 copy color: '#755C18'

red 117 ◦ green 92 ◦ blue 24

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

Shades of Yukon Gold #755C18

Tints of Yukon Gold #755C18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 10.3%

R = 50.21%
G = 39.48%
B = 10.3%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.79

 K value IS 0.54

RGB Variations

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

Color information

#755C18 (or 0x755C18) is known color: Yukon Gold. HEX triplet: 75, 5C and 18. RGB value is (117,92,24). Sum of RGB (Red+Green+Blue) = 117+92+24=233 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.21% from 233); Green value is 92 (36.33% from 255 or 39.48% from 233); Blue value is 24 (9.77% from 255 or 10.30% from 233); Max value from RGB is 117 - color contains mainly: red. Hex color #755C18 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755C18 is #8AA3E7. Grayscale: #5C5C5C. Windows color (decimal): -9085928 or 1596533. OLE color: 1596533.

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

Color convert

RGB 117 92 24 -
CMYK 0 0.21 0.79 0.54
HSL 43.87º 0.66% 0.28% -
HSV(B) 43.87º 0.79% 0.46% -
XYZ 11.33 11.5 2.49 -
YUV 91.72 89.78 146.03 -
System Red Green Blue C M Y K H S L
Decimal 117 92 24 0 0.21 0.79 0.54 43.87 0.66 0.28
Hex 75 5C 18 0 15 4F 36 2C 42 1C
Octal 165 134 30 0 25 117 66 54 102 34
Binary 1110101 1011100 11000 0 10101 1001111 110110 101100 1000010 11100

Color Harmonies of #755C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755C18

Black with #755C18

Text Example


Text Example

White with #755C18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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