Html Css Color HEX #785E1F Yukon Gold

📋 copy color: '#785E1F'

red 120 ◦ green 94 ◦ blue 31

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

Shades of Yukon Gold #785E1F

Tints of Yukon Gold #785E1F

RGB

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

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

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

R = 48.98%
G = 38.37%
B = 12.65%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.74

 K value IS 0.53

RGB Variations

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

Color information

#785E1F (or 0x785E1F) is known color: Yukon Gold. HEX triplet: 78, 5E and 1F. RGB value is (120,94,31). Sum of RGB (Red+Green+Blue) = 120+94+31=245 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.98% from 245); Green value is 94 (37.11% from 255 or 38.37% from 245); Blue value is 31 (12.5% from 255 or 12.65% from 245); Max value from RGB is 120 - color contains mainly: red. Hex color #785E1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785E1F is #87A1E0. Grayscale: #5E5E5E. Windows color (decimal): -8888801 or 2055800. OLE color: 2055800.

HSL color Cylindrical-coordinate representation of color #785E1F: hue angle of 42.47º 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 #785E1F is Cyan = 0, Magento = 0.22, Yellow = 0.74 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 94 31 -
CMYK 0 0.22 0.74 0.53
HSL 42.47º 0.59% 0.3% -
HSV(B) 42.47º 0.74% 0.47% -
XYZ 12 12.1 3 -
YUV 94.59 92.11 146.12 -
System Red Green Blue C M Y K H S L
Decimal 120 94 31 0 0.22 0.74 0.53 42.47 0.59 0.3
Hex 78 5E 1F 0 16 4A 35 2A 3B 1E
Octal 170 136 37 0 26 112 65 52 73 36
Binary 1111000 1011110 11111 0 10110 1001010 110101 101010 111011 11110

Color Harmonies of #785E1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785E1F

Black with #785E1F

Text Example


Text Example

White with #785E1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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