Html Css Color HEX #7C5F16 Yukon Gold

📋 copy color: '#7C5F16'

red 124 ◦ green 95 ◦ blue 22

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

Shades of Yukon Gold #7C5F16

Tints of Yukon Gold #7C5F16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 9.13%

R = 51.45%
G = 39.42%
B = 9.13%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.82

 K value IS 0.51

RGB Variations

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

Color information

#7C5F16 (or 0x7C5F16) is known color: Yukon Gold. HEX triplet: 7C, 5F and 16. RGB value is (124,95,22). Sum of RGB (Red+Green+Blue) = 124+95+22=241 (31% of max value = 765). Red value is 124 (48.83% from 255 or 51.45% from 241); Green value is 95 (37.5% from 255 or 39.42% from 241); Blue value is 22 (8.98% from 255 or 9.13% from 241); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5F16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C5F16 is #83A0E9. Grayscale: #5F5F5F. Windows color (decimal): -8626410 or 1466236. OLE color: 1466236.

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

Color convert

RGB 124 95 22 -
CMYK 0 0.23 0.82 0.51
HSL 42.94º 0.7% 0.29% -
HSV(B) 42.94º 0.82% 0.49% -
XYZ 12.55 12.53 2.52 -
YUV 95.35 86.61 148.44 -
System Red Green Blue C M Y K H S L
Decimal 124 95 22 0 0.23 0.82 0.51 42.94 0.7 0.29
Hex 7C 5F 16 0 17 52 33 2B 46 1D
Octal 174 137 26 0 27 122 63 53 106 35
Binary 1111100 1011111 10110 0 10111 1010010 110011 101011 1000110 11101

Color Harmonies of #7C5F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C5F16

Black with #7C5F16

Text Example


Text Example

White with #7C5F16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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