Html Css Color HEX #735E3A Yellow Metal

📋 copy color: '#735E3A'

red 115 ◦ green 94 ◦ blue 58

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

Shades of Yellow Metal #735E3A

Tints of Yellow Metal #735E3A

RGB

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

 GREEN value IS 94 (37.11% from 255) = 35.21%

 BLUE value IS 58 (23.05% from 255) = 21.72%

R = 43.07%
G = 35.21%
B = 21.72%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.50

 K value IS 0.55

RGB Variations

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

Color information

#735E3A (or 0x735E3A) is known color: Yellow Metal. HEX triplet: 73, 5E and 3A. RGB value is (115,94,58). Sum of RGB (Red+Green+Blue) = 115+94+58=267 (35% of max value = 765). Red value is 115 (45.31% from 255 or 43.07% from 267); Green value is 94 (37.11% from 255 or 35.21% from 267); Blue value is 58 (23.05% from 255 or 21.72% from 267); Max value from RGB is 115 - color contains mainly: red. Hex color #735E3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #735E3A is #8CA1C5. Grayscale: #606060. Windows color (decimal): -9216454 or 3825267. OLE color: 3825267.

HSL color Cylindrical-coordinate representation of color #735E3A: hue angle of 37.89º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #735E3A is Cyan = 0, Magento = 0.18, Yellow = 0.50 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 94 58 -
CMYK 0 0.18 0.50 0.55
HSL 37.89º 0.33% 0.34% -
HSV(B) 37.89º 0.5% 0.45% -
XYZ 11.84 11.96 5.69 -
YUV 96.18 106.46 141.43 -
System Red Green Blue C M Y K H S L
Decimal 115 94 58 0 0.18 0.50 0.55 37.89 0.33 0.34
Hex 73 5E 3A 0 12 32 37 26 21 22
Octal 163 136 72 0 22 62 67 46 41 42
Binary 1110011 1011110 111010 0 10010 110010 110111 100110 100001 100010

Color Harmonies of #735E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735E3A

Black with #735E3A

Text Example


Text Example

White with #735E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,94,58); }

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

background-color css

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

 a { background-color: rgb(115,94,58); }

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

border-color css

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

 span { border-color: rgb(115,94,58); }

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