Html Css Color HEX #735E3E Yellow Metal

📋 copy color: '#735E3E'

red 115 ◦ green 94 ◦ blue 62

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

Shades of Yellow Metal #735E3E

Tints of Yellow Metal #735E3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 22.88%

R = 42.44%
G = 34.69%
B = 22.88%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.46

 K value IS 0.55

RGB Variations

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

Color information

#735E3E (or 0x735E3E) is known color: Yellow Metal. HEX triplet: 73, 5E and 3E. RGB value is (115,94,62). Sum of RGB (Red+Green+Blue) = 115+94+62=271 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.44% from 271); Green value is 94 (37.11% from 255 or 34.69% from 271); Blue value is 62 (24.61% from 255 or 22.88% from 271); Max value from RGB is 115 - color contains mainly: red. Hex color #735E3E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #735E3E is #8CA1C1. Grayscale: #606060. Windows color (decimal): -9216450 or 4087411. OLE color: 4087411.

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

Color convert

RGB 115 94 62 -
CMYK 0 0.18 0.46 0.55
HSL 36.23º 0.3% 0.35% -
HSV(B) 36.23º 0.46% 0.45% -
XYZ 11.94 12 6.24 -
YUV 96.63 108.46 141.1 -
System Red Green Blue C M Y K H S L
Decimal 115 94 62 0 0.18 0.46 0.55 36.23 0.3 0.35
Hex 73 5E 3E 0 12 2E 37 24 1E 23
Octal 163 136 76 0 22 56 67 44 36 43
Binary 1110011 1011110 111110 0 10010 101110 110111 100100 11110 100011

Color Harmonies of #735E3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735E3E

Black with #735E3E

Text Example


Text Example

White with #735E3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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