Html Css Color HEX #735F3F Yellow Metal

📋 copy color: '#735F3F'

red 115 ◦ green 95 ◦ blue 63

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

Shades of Yellow Metal #735F3F

Tints of Yellow Metal #735F3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 23.08%

R = 42.12%
G = 34.8%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.45

 K value IS 0.55

RGB Variations

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

Color information

#735F3F (or 0x735F3F) is known color: Yellow Metal. HEX triplet: 73, 5F and 3F. RGB value is (115,95,63). Sum of RGB (Red+Green+Blue) = 115+95+63=273 (36% of max value = 765). Red value is 115 (45.31% from 255 or 42.12% from 273); Green value is 95 (37.5% from 255 or 34.80% from 273); Blue value is 63 (25% from 255 or 23.08% from 273); Max value from RGB is 115 - color contains mainly: red. Hex color #735F3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #735F3F is #8CA0C0. Grayscale: #616161. Windows color (decimal): -9216193 or 4153203. OLE color: 4153203.

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

Color convert

RGB 115 95 63 -
CMYK 0 0.17 0.45 0.55
HSL 36.92º 0.29% 0.35% -
HSV(B) 36.92º 0.45% 0.45% -
XYZ 12.06 12.19 6.42 -
YUV 97.33 108.63 140.6 -
System Red Green Blue C M Y K H S L
Decimal 115 95 63 0 0.17 0.45 0.55 36.92 0.29 0.35
Hex 73 5F 3F 0 11 2D 37 25 1D 23
Octal 163 137 77 0 21 55 67 45 35 43
Binary 1110011 1011111 111111 0 10001 101101 110111 100101 11101 100011

Color Harmonies of #735F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735F3F

Black with #735F3F

Text Example


Text Example

White with #735F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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