Html Css Color HEX #736242 Yellow Metal

📋 copy color: '#736242'

red 115 ◦ green 98 ◦ blue 66

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

Shades of Yellow Metal #736242

Tints of Yellow Metal #736242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 23.66%

R = 41.22%
G = 35.13%
B = 23.66%

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

#736242 (or 0x736242) is known color: Yellow Metal. HEX triplet: 73, 62 and 42. RGB value is (115,98,66). Sum of RGB (Red+Green+Blue) = 115+98+66=279 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.22% from 279); Green value is 98 (38.67% from 255 or 35.13% from 279); Blue value is 66 (26.17% from 255 or 23.66% from 279); Max value from RGB is 115 - color contains mainly: red. Hex color #736242 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #736242 is #8C9DBD. Grayscale: #636363. Windows color (decimal): -9215422 or 4350579. OLE color: 4350579.

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

Color convert

RGB 115 98 66 -
CMYK 0 0.15 0.43 0.55
HSL 39.18º 0.27% 0.35% -
HSV(B) 39.18º 0.43% 0.45% -
XYZ 12.42 12.77 6.97 -
YUV 99.44 109.13 139.1 -
System Red Green Blue C M Y K H S L
Decimal 115 98 66 0 0.15 0.43 0.55 39.18 0.27 0.35
Hex 73 62 42 0 F 2B 37 27 1B 23
Octal 163 142 102 0 17 53 67 47 33 43
Binary 1110011 1100010 1000010 0 1111 101011 110111 100111 11011 100011

Color Harmonies of #736242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736242

Black with #736242

Text Example


Text Example

White with #736242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736242; }

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

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

background-color css

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

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

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

border-color css

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

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

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