Html Css Color HEX #7C5F17 Yukon Gold

📋 copy color: '#7C5F17'

red 124 ◦ green 95 ◦ blue 23

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

Shades of Yukon Gold #7C5F17

Tints of Yukon Gold #7C5F17

RGB

 RED value IS 124 (48.83% from 255) = 51.24%

 GREEN value IS 95 (37.5% from 255) = 39.26%

 BLUE value IS 23 (9.38% from 255) = 9.5%

R = 51.24%
G = 39.26%
B = 9.5%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.81

 K value IS 0.51

RGB Variations

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

Color information

#7C5F17 (or 0x7C5F17) is known color: Yukon Gold. HEX triplet: 7C, 5F and 17. RGB value is (124,95,23). Sum of RGB (Red+Green+Blue) = 124+95+23=242 (32% of max value = 765). Red value is 124 (48.83% from 255 or 51.24% from 242); Green value is 95 (37.5% from 255 or 39.26% from 242); Blue value is 23 (9.38% from 255 or 9.50% from 242); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5F17 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C5F17 is #83A0E8. Grayscale: #5F5F5F. Windows color (decimal): -8626409 or 1531772. OLE color: 1531772.

HSL color Cylindrical-coordinate representation of color #7C5F17: hue angle of 42.77º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7C5F17 is Cyan = 0, Magento = 0.23, Yellow = 0.81 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 95 23 -
CMYK 0 0.23 0.81 0.51
HSL 42.77º 0.69% 0.29% -
HSV(B) 42.77º 0.81% 0.49% -
XYZ 12.56 12.53 2.57 -
YUV 95.46 87.11 148.35 -
System Red Green Blue C M Y K H S L
Decimal 124 95 23 0 0.23 0.81 0.51 42.77 0.69 0.29
Hex 7C 5F 17 0 17 51 33 2B 45 1D
Octal 174 137 27 0 27 121 63 53 105 35
Binary 1111100 1011111 10111 0 10111 1010001 110011 101011 1000101 11101

Color Harmonies of #7C5F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C5F17

Black with #7C5F17

Text Example


Text Example

White with #7C5F17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7C5F17; }

 p { color: rgb(124,95,23); }

 H1.HeaderClassName
 {
   color: #7C5F17;
 }
 .AnyTagClassName
 {
   color: #7C5F17;
 }
</style>

background-color css

<style>
 a { background-color: #7C5F17; }

 a { background-color: rgb(124,95,23); }

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

border-color css

<style>
 span { border-color: #7C5F17; }

 span { border-color: rgb(124,95,23); }

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