Html Css Color HEX #735F3C Yellow Metal

📋 copy color: '#735F3C'

red 115 ◦ green 95 ◦ blue 60

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

Shades of Yellow Metal #735F3C

Tints of Yellow Metal #735F3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 22.22%

R = 42.59%
G = 35.19%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.48

 K value IS 0.55

RGB Variations

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

Color information

#735F3C (or 0x735F3C) is known color: Yellow Metal. HEX triplet: 73, 5F and 3C. RGB value is (115,95,60). Sum of RGB (Red+Green+Blue) = 115+95+60=270 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.59% from 270); Green value is 95 (37.5% from 255 or 35.19% from 270); Blue value is 60 (23.83% from 255 or 22.22% from 270); Max value from RGB is 115 - color contains mainly: red. Hex color #735F3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #735F3C is #8CA0C3. Grayscale: #616161. Windows color (decimal): -9216196 or 3956595. OLE color: 3956595.

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

Color convert

RGB 115 95 60 -
CMYK 0 0.17 0.48 0.55
HSL 38.18º 0.31% 0.34% -
HSV(B) 38.18º 0.48% 0.45% -
XYZ 11.98 12.16 5.99 -
YUV 96.99 107.13 140.85 -
System Red Green Blue C M Y K H S L
Decimal 115 95 60 0 0.17 0.48 0.55 38.18 0.31 0.34
Hex 73 5F 3C 0 11 30 37 26 1F 22
Octal 163 137 74 0 21 60 67 46 37 42
Binary 1110011 1011111 111100 0 10001 110000 110111 100110 11111 100010

Color Harmonies of #735F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735F3C

Black with #735F3C

Text Example


Text Example

White with #735F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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