Html Css Color HEX #736041 Yellow Metal

📋 copy color: '#736041'

red 115 ◦ green 96 ◦ blue 65

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

Shades of Yellow Metal #736041

Tints of Yellow Metal #736041

RGB

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

 GREEN value IS 96 (37.89% from 255) = 34.78%

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

R = 41.67%
G = 34.78%
B = 23.55%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.43

 K value IS 0.55

RGB Variations

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

Color information

#736041 (or 0x736041) is known color: Yellow Metal. HEX triplet: 73, 60 and 41. RGB value is (115,96,65). Sum of RGB (Red+Green+Blue) = 115+96+65=276 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.67% from 276); Green value is 96 (37.89% from 255 or 34.78% from 276); Blue value is 65 (25.78% from 255 or 23.55% from 276); Max value from RGB is 115 - color contains mainly: red. Hex color #736041 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #736041 is #8C9FBE. Grayscale: #626262. Windows color (decimal): -9215935 or 4284531. OLE color: 4284531.

HSL color Cylindrical-coordinate representation of color #736041: hue angle of 37.2º 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 #736041 is Cyan = 0, Magento = 0.17, Yellow = 0.43 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 96 65 -
CMYK 0 0.17 0.43 0.55
HSL 37.2º 0.28% 0.35% -
HSV(B) 37.2º 0.43% 0.45% -
XYZ 12.21 12.39 6.75 -
YUV 98.15 109.29 140.02 -
System Red Green Blue C M Y K H S L
Decimal 115 96 65 0 0.17 0.43 0.55 37.2 0.28 0.35
Hex 73 60 41 0 11 2B 37 25 1C 23
Octal 163 140 101 0 21 53 67 45 34 43
Binary 1110011 1100000 1000001 0 10001 101011 110111 100101 11100 100011

Color Harmonies of #736041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736041

Black with #736041

Text Example


Text Example

White with #736041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736041; }

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

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

background-color css

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

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

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

border-color css

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

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

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