Html Css Color HEX #736019 Yukon Gold

📋 copy color: '#736019'

red 115 ◦ green 96 ◦ blue 25

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

Shades of Yukon Gold #736019

Tints of Yukon Gold #736019

RGB

 RED value IS 115 (45.31% from 255) = 48.73%

 GREEN value IS 96 (37.89% from 255) = 40.68%

 BLUE value IS 25 (10.16% from 255) = 10.59%

R = 48.73%
G = 40.68%
B = 10.59%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.78

 K value IS 0.55

RGB Variations

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

Color information

#736019 (or 0x736019) is known color: Yukon Gold. HEX triplet: 73, 60 and 19. RGB value is (115,96,25). Sum of RGB (Red+Green+Blue) = 115+96+25=236 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.73% from 236); Green value is 96 (37.89% from 255 or 40.68% from 236); Blue value is 25 (10.16% from 255 or 10.59% from 236); Max value from RGB is 115 - color contains mainly: red. Hex color #736019 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #736019 is #8C9FE6. Grayscale: #5D5D5D. Windows color (decimal): -9215975 or 1663091. OLE color: 1663091.

HSL color Cylindrical-coordinate representation of color #736019: hue angle of 47.33º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #736019 is Cyan = 0, Magento = 0.17, Yellow = 0.78 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 96 25 -
CMYK 0 0.17 0.78 0.55
HSL 47.33º 0.64% 0.27% -
HSV(B) 47.33º 0.78% 0.45% -
XYZ 11.43 12.08 2.65 -
YUV 93.59 89.29 143.27 -
System Red Green Blue C M Y K H S L
Decimal 115 96 25 0 0.17 0.78 0.55 47.33 0.64 0.27
Hex 73 60 19 0 11 4E 37 2F 40 1B
Octal 163 140 31 0 21 116 67 57 100 33
Binary 1110011 1100000 11001 0 10001 1001110 110111 101111 1000000 11011

Color Harmonies of #736019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736019

Black with #736019

Text Example


Text Example

White with #736019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736019; }

 p { color: rgb(115,96,25); }

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

background-color css

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

 a { background-color: rgb(115,96,25); }

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

border-color css

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

 span { border-color: rgb(115,96,25); }

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