Html Css Color HEX #735F0E Yukon Gold

📋 copy color: '#735F0E'

red 115 ◦ green 95 ◦ blue 14

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

Shades of Yukon Gold #735F0E

Tints of Yukon Gold #735F0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 6.25%

R = 51.34%
G = 42.41%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.88

 K value IS 0.55

RGB Variations

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

Color information

#735F0E (or 0x735F0E) is known color: Yukon Gold. HEX triplet: 73, 5F and 0E. RGB value is (115,95,14). Sum of RGB (Red+Green+Blue) = 115+95+14=224 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.34% from 224); Green value is 95 (37.5% from 255 or 42.41% from 224); Blue value is 14 (5.86% from 255 or 6.25% from 224); Max value from RGB is 115 - color contains mainly: red. Hex color #735F0E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #735F0E is #8CA0F1. Grayscale: #5C5C5C. Windows color (decimal): -9216242 or 941939. OLE color: 941939.

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

Color convert

RGB 115 95 14 -
CMYK 0 0.17 0.88 0.55
HSL 48.12º 0.78% 0.25% -
HSV(B) 48.12º 0.88% 0.45% -
XYZ 11.24 11.86 2.11 -
YUV 91.75 84.13 144.59 -
System Red Green Blue C M Y K H S L
Decimal 115 95 14 0 0.17 0.88 0.55 48.12 0.78 0.25
Hex 73 5F E 0 11 58 37 30 4E 19
Octal 163 137 16 0 21 130 67 60 116 31
Binary 1110011 1011111 1110 0 10001 1011000 110111 110000 1001110 11001

Color Harmonies of #735F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735F0E

Black with #735F0E

Text Example


Text Example

White with #735F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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