Html Css Color HEX #785E0D Yukon Gold

📋 copy color: '#785E0D'

red 120 ◦ green 94 ◦ blue 13

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

Shades of Yukon Gold #785E0D

Tints of Yukon Gold #785E0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.73%

R = 52.86%
G = 41.41%
B = 5.73%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.89

 K value IS 0.53

RGB Variations

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

Color information

#785E0D (or 0x785E0D) is known color: Yukon Gold. HEX triplet: 78, 5E and 0D. RGB value is (120,94,13). Sum of RGB (Red+Green+Blue) = 120+94+13=227 (30% of max value = 765). Red value is 120 (47.27% from 255 or 52.86% from 227); Green value is 94 (37.11% from 255 or 41.41% from 227); Blue value is 13 (5.47% from 255 or 5.73% from 227); Max value from RGB is 120 - color contains mainly: red. Hex color #785E0D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #785E0D is #87A1F2. Grayscale: #5C5C5C. Windows color (decimal): -8888819 or 876152. OLE color: 876152.

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

Color convert

RGB 120 94 13 -
CMYK 0 0.22 0.89 0.53
HSL 45.42º 0.8% 0.26% -
HSV(B) 45.42º 0.89% 0.47% -
XYZ 11.82 12.03 2.08 -
YUV 92.54 83.11 147.59 -
System Red Green Blue C M Y K H S L
Decimal 120 94 13 0 0.22 0.89 0.53 45.42 0.8 0.26
Hex 78 5E D 0 16 59 35 2D 50 1A
Octal 170 136 15 0 26 131 65 55 120 32
Binary 1111000 1011110 1101 0 10110 1011001 110101 101101 1010000 11010

Color Harmonies of #785E0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785E0D

Black with #785E0D

Text Example


Text Example

White with #785E0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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