Html Css Color HEX #735F0F Yukon Gold

📋 copy color: '#735F0F'

red 115 ◦ green 95 ◦ blue 15

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

Shades of Yukon Gold #735F0F

Tints of Yukon Gold #735F0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.67%

R = 51.11%
G = 42.22%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.87

 K value IS 0.55

RGB Variations

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

Color information

#735F0F (or 0x735F0F) is known color: Yukon Gold. HEX triplet: 73, 5F and 0F. RGB value is (115,95,15). Sum of RGB (Red+Green+Blue) = 115+95+15=225 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.11% from 225); Green value is 95 (37.5% from 255 or 42.22% from 225); Blue value is 15 (6.25% from 255 or 6.67% from 225); Max value from RGB is 115 - color contains mainly: red. Hex color #735F0F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #735F0F is #8CA0F0. Grayscale: #5C5C5C. Windows color (decimal): -9216241 or 1007475. OLE color: 1007475.

HSL color Cylindrical-coordinate representation of color #735F0F: hue angle of 48º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #735F0F is Cyan = 0, Magento = 0.17, Yellow = 0.87 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 95 15 -
CMYK 0 0.17 0.87 0.55
HSL 48º 0.77% 0.25% -
HSV(B) 48º 0.87% 0.45% -
XYZ 11.25 11.86 2.15 -
YUV 91.86 84.63 144.5 -
System Red Green Blue C M Y K H S L
Decimal 115 95 15 0 0.17 0.87 0.55 48 0.77 0.25
Hex 73 5F F 0 11 57 37 30 4D 19
Octal 163 137 17 0 21 127 67 60 115 31
Binary 1110011 1011111 1111 0 10001 1010111 110111 110000 1001101 11001

Color Harmonies of #735F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735F0F

Black with #735F0F

Text Example


Text Example

White with #735F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #735F0F; }

 p { color: rgb(115,95,15); }

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

background-color css

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

 a { background-color: rgb(115,95,15); }

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

border-color css

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

 span { border-color: rgb(115,95,15); }

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