Html Css Color HEX #736545 Yellow Metal

📋 copy color: '#736545'

red 115 ◦ green 101 ◦ blue 69

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

Shades of Yellow Metal #736545

Tints of Yellow Metal #736545

RGB

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

 GREEN value IS 101 (39.84% from 255) = 35.44%

 BLUE value IS 69 (27.34% from 255) = 24.21%

R = 40.35%
G = 35.44%
B = 24.21%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.4

 K value IS 0.55

RGB Variations

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

Color information

#736545 (or 0x736545) is known color: Yellow Metal. HEX triplet: 73, 65 and 45. RGB value is (115,101,69). Sum of RGB (Red+Green+Blue) = 115+101+69=285 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.35% from 285); Green value is 101 (39.84% from 255 or 35.44% from 285); Blue value is 69 (27.34% from 255 or 24.21% from 285); Max value from RGB is 115 - color contains mainly: red. Hex color #736545 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #736545 is #8C9ABA. Grayscale: #656565. Windows color (decimal): -9214651 or 4547955. OLE color: 4547955.

HSL color Cylindrical-coordinate representation of color #736545: hue angle of 41.74º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #736545 is Cyan = 0, Magento = 0.12, Yellow = 0.4 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 101 69 -
CMYK 0 0.12 0.4 0.55
HSL 41.74º 0.25% 0.36% -
HSV(B) 41.74º 0.4% 0.45% -
XYZ 12.8 13.38 7.54 -
YUV 101.54 109.64 137.6 -
System Red Green Blue C M Y K H S L
Decimal 115 101 69 0 0.12 0.4 0.55 41.74 0.25 0.36
Hex 73 65 45 0 C 28 37 2A 19 24
Octal 163 145 105 0 14 50 67 52 31 44
Binary 1110011 1100101 1000101 0 1100 101000 110111 101010 11001 100100

Color Harmonies of #736545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736545

Black with #736545

Text Example


Text Example

White with #736545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736545; }

 p { color: rgb(115,101,69); }

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

background-color css

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

 a { background-color: rgb(115,101,69); }

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

border-color css

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

 span { border-color: rgb(115,101,69); }

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