Html Css Color HEX #7C5E17 Yukon Gold

📋 copy color: '#7C5E17'

red 124 ◦ green 94 ◦ blue 23

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

Shades of Yukon Gold #7C5E17

Tints of Yukon Gold #7C5E17

RGB

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

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

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

R = 51.45%
G = 39%
B = 9.54%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.81

 K value IS 0.51

RGB Variations

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

Color information

#7C5E17 (or 0x7C5E17) is known color: Yukon Gold. HEX triplet: 7C, 5E and 17. RGB value is (124,94,23). Sum of RGB (Red+Green+Blue) = 124+94+23=241 (31% of max value = 765). Red value is 124 (48.83% from 255 or 51.45% from 241); Green value is 94 (37.11% from 255 or 39.00% from 241); Blue value is 23 (9.38% from 255 or 9.54% from 241); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5E17 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C5E17 is #83A1E8. Grayscale: #5F5F5F. Windows color (decimal): -8626665 or 1531516. OLE color: 1531516.

HSL color Cylindrical-coordinate representation of color #7C5E17: hue angle of 42.18º 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 #7C5E17 is Cyan = 0, Magento = 0.24, Yellow = 0.81 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 94 23 -
CMYK 0 0.24 0.81 0.51
HSL 42.18º 0.69% 0.29% -
HSV(B) 42.18º 0.81% 0.49% -
XYZ 12.47 12.35 2.54 -
YUV 94.88 87.44 148.77 -
System Red Green Blue C M Y K H S L
Decimal 124 94 23 0 0.24 0.81 0.51 42.18 0.69 0.29
Hex 7C 5E 17 0 18 51 33 2A 45 1D
Octal 174 136 27 0 30 121 63 52 105 35
Binary 1111100 1011110 10111 0 11000 1010001 110011 101010 1000101 11101

Color Harmonies of #7C5E17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C5E17

Black with #7C5E17

Text Example


Text Example

White with #7C5E17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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