Html Css Color HEX #736241 Yellow Metal

📋 copy color: '#736241'

red 115 ◦ green 98 ◦ blue 65

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

Shades of Yellow Metal #736241

Tints of Yellow Metal #736241

RGB

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

 GREEN value IS 98 (38.67% from 255) = 35.25%

 BLUE value IS 65 (25.78% from 255) = 23.38%

R = 41.37%
G = 35.25%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.43

 K value IS 0.55

RGB Variations

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

Color information

#736241 (or 0x736241) is known color: Yellow Metal. HEX triplet: 73, 62 and 41. RGB value is (115,98,65). Sum of RGB (Red+Green+Blue) = 115+98+65=278 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.37% from 278); Green value is 98 (38.67% from 255 or 35.25% from 278); Blue value is 65 (25.78% from 255 or 23.38% from 278); Max value from RGB is 115 - color contains mainly: red. Hex color #736241 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #736241 is #8C9DBE. Grayscale: #636363. Windows color (decimal): -9215423 or 4285043. OLE color: 4285043.

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

Color convert

RGB 115 98 65 -
CMYK 0 0.15 0.43 0.55
HSL 39.6º 0.28% 0.35% -
HSV(B) 39.6º 0.43% 0.45% -
XYZ 12.39 12.76 6.81 -
YUV 99.32 108.63 139.18 -
System Red Green Blue C M Y K H S L
Decimal 115 98 65 0 0.15 0.43 0.55 39.6 0.28 0.35
Hex 73 62 41 0 F 2B 37 28 1C 23
Octal 163 142 101 0 17 53 67 50 34 43
Binary 1110011 1100010 1000001 0 1111 101011 110111 101000 11100 100011

Color Harmonies of #736241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736241

Black with #736241

Text Example


Text Example

White with #736241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736241; }

 p { color: rgb(115,98,65); }

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

background-color css

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

 a { background-color: rgb(115,98,65); }

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

border-color css

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

 span { border-color: rgb(115,98,65); }

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