Html Css Color HEX #785E1E Yukon Gold

📋 copy color: '#785E1E'

red 120 ◦ green 94 ◦ blue 30

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

Shades of Yukon Gold #785E1E

Tints of Yukon Gold #785E1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 12.3%

R = 49.18%
G = 38.52%
B = 12.3%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.75

 K value IS 0.53

RGB Variations

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

Color information

#785E1E (or 0x785E1E) is known color: Yukon Gold. HEX triplet: 78, 5E and 1E. RGB value is (120,94,30). Sum of RGB (Red+Green+Blue) = 120+94+30=244 (32% of max value = 765). Red value is 120 (47.27% from 255 or 49.18% from 244); Green value is 94 (37.11% from 255 or 38.52% from 244); Blue value is 30 (12.11% from 255 or 12.30% from 244); Max value from RGB is 120 - color contains mainly: red. Hex color #785E1E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785E1E is #87A1E1. Grayscale: #5E5E5E. Windows color (decimal): -8888802 or 1990264. OLE color: 1990264.

HSL color Cylindrical-coordinate representation of color #785E1E: hue angle of 42.67º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #785E1E is Cyan = 0, Magento = 0.22, Yellow = 0.75 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 94 30 -
CMYK 0 0.22 0.75 0.53
HSL 42.67º 0.6% 0.29% -
HSV(B) 42.67º 0.75% 0.47% -
XYZ 11.98 12.09 2.93 -
YUV 94.48 91.61 146.2 -
System Red Green Blue C M Y K H S L
Decimal 120 94 30 0 0.22 0.75 0.53 42.67 0.6 0.29
Hex 78 5E 1E 0 16 4B 35 2B 3C 1D
Octal 170 136 36 0 26 113 65 53 74 35
Binary 1111000 1011110 11110 0 10110 1001011 110101 101011 111100 11101

Color Harmonies of #785E1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785E1E

Black with #785E1E

Text Example


Text Example

White with #785E1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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