Html Css Color HEX #785F1F Yukon Gold

📋 copy color: '#785F1F'

red 120 ◦ green 95 ◦ blue 31

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

Shades of Yukon Gold #785F1F

Tints of Yukon Gold #785F1F

RGB

 RED value IS 120 (47.27% from 255) = 48.78%

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

 BLUE value IS 31 (12.5% from 255) = 12.6%

R = 48.78%
G = 38.62%
B = 12.6%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.74

 K value IS 0.53

RGB Variations

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

Color information

#785F1F (or 0x785F1F) is known color: Yukon Gold. HEX triplet: 78, 5F and 1F. RGB value is (120,95,31). Sum of RGB (Red+Green+Blue) = 120+95+31=246 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.78% from 246); Green value is 95 (37.5% from 255 or 38.62% from 246); Blue value is 31 (12.5% from 255 or 12.60% from 246); Max value from RGB is 120 - color contains mainly: red. Hex color #785F1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785F1F is #87A0E0. Grayscale: #5F5F5F. Windows color (decimal): -8888545 or 2056056. OLE color: 2056056.

HSL color Cylindrical-coordinate representation of color #785F1F: hue angle of 43.15º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #785F1F is Cyan = 0, Magento = 0.21, Yellow = 0.74 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 95 31 -
CMYK 0 0.21 0.74 0.53
HSL 43.15º 0.59% 0.3% -
HSV(B) 43.15º 0.74% 0.47% -
XYZ 12.09 12.28 3.03 -
YUV 95.18 91.78 145.7 -
System Red Green Blue C M Y K H S L
Decimal 120 95 31 0 0.21 0.74 0.53 43.15 0.59 0.3
Hex 78 5F 1F 0 15 4A 35 2B 3B 1E
Octal 170 137 37 0 25 112 65 53 73 36
Binary 1111000 1011111 11111 0 10101 1001010 110101 101011 111011 11110

Color Harmonies of #785F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785F1F

Black with #785F1F

Text Example


Text Example

White with #785F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785F1F; }

 p { color: rgb(120,95,31); }

 H1.HeaderClassName
 {
   color: #785F1F;
 }
 .AnyTagClassName
 {
   color: #785F1F;
 }
</style>

background-color css

<style>
 a { background-color: #785F1F; }

 a { background-color: rgb(120,95,31); }

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

border-color css

<style>
 span { border-color: #785F1F; }

 span { border-color: rgb(120,95,31); }

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