Html Css Color HEX #736342 Yellow Metal

📋 copy color: '#736342'

red 115 ◦ green 99 ◦ blue 66

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

Shades of Yellow Metal #736342

Tints of Yellow Metal #736342

RGB

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

 GREEN value IS 99 (39.06% from 255) = 35.36%

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

R = 41.07%
G = 35.36%
B = 23.57%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.43

 K value IS 0.55

RGB Variations

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

Color information

#736342 (or 0x736342) is known color: Yellow Metal. HEX triplet: 73, 63 and 42. RGB value is (115,99,66). Sum of RGB (Red+Green+Blue) = 115+99+66=280 (37% of max value = 765). Red value is 115 (45.31% from 255 or 41.07% from 280); Green value is 99 (39.06% from 255 or 35.36% from 280); Blue value is 66 (26.17% from 255 or 23.57% from 280); Max value from RGB is 115 - color contains mainly: red. Hex color #736342 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #736342 is #8C9CBD. Grayscale: #646464. Windows color (decimal): -9215166 or 4350835. OLE color: 4350835.

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

Color convert

RGB 115 99 66 -
CMYK 0 0.14 0.43 0.55
HSL 40.41º 0.27% 0.35% -
HSV(B) 40.41º 0.43% 0.45% -
XYZ 12.52 12.96 7 -
YUV 100.02 108.8 138.68 -
System Red Green Blue C M Y K H S L
Decimal 115 99 66 0 0.14 0.43 0.55 40.41 0.27 0.35
Hex 73 63 42 0 E 2B 37 28 1B 23
Octal 163 143 102 0 16 53 67 50 33 43
Binary 1110011 1100011 1000010 0 1110 101011 110111 101000 11011 100011

Color Harmonies of #736342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736342

Black with #736342

Text Example


Text Example

White with #736342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736342; }

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

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

background-color css

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

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

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

border-color css

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

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

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