Html Css Color HEX #735F0C Yukon Gold

📋 copy color: '#735F0C'

red 115 ◦ green 95 ◦ blue 12

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

Shades of Yukon Gold #735F0C

Tints of Yukon Gold #735F0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.41%

R = 51.8%
G = 42.79%
B = 5.41%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.90

 K value IS 0.55

RGB Variations

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

Color information

#735F0C (or 0x735F0C) is known color: Yukon Gold. HEX triplet: 73, 5F and 0C. RGB value is (115,95,12). Sum of RGB (Red+Green+Blue) = 115+95+12=222 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.80% from 222); Green value is 95 (37.5% from 255 or 42.79% from 222); Blue value is 12 (5.08% from 255 or 5.41% from 222); Max value from RGB is 115 - color contains mainly: red. Hex color #735F0C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #735F0C is #8CA0F3. Grayscale: #5B5B5B. Windows color (decimal): -9216244 or 810867. OLE color: 810867.

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

Color convert

RGB 115 95 12 -
CMYK 0 0.17 0.90 0.55
HSL 48.35º 0.81% 0.25% -
HSV(B) 48.35º 0.9% 0.45% -
XYZ 11.23 11.86 2.04 -
YUV 91.52 83.13 144.75 -
System Red Green Blue C M Y K H S L
Decimal 115 95 12 0 0.17 0.90 0.55 48.35 0.81 0.25
Hex 73 5F C 0 11 5A 37 30 51 19
Octal 163 137 14 0 21 132 67 60 121 31
Binary 1110011 1011111 1100 0 10001 1011010 110111 110000 1010001 11001

Color Harmonies of #735F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735F0C

Black with #735F0C

Text Example


Text Example

White with #735F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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