Html Css Color HEX #736049 Domino

📋 copy color: '#736049'

red 115 ◦ green 96 ◦ blue 73

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

Shades of Domino #736049

Tints of Domino #736049

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 25.7%

R = 40.49%
G = 33.8%
B = 25.7%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.37

 K value IS 0.55

RGB Variations

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

Color information

#736049 (or 0x736049) is known color: Domino. HEX triplet: 73, 60 and 49. RGB value is (115,96,73). Sum of RGB (Red+Green+Blue) = 115+96+73=284 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.49% from 284); Green value is 96 (37.89% from 255 or 33.80% from 284); Blue value is 73 (28.91% from 255 or 25.70% from 284); Max value from RGB is 115 - color contains mainly: red. Hex color #736049 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #736049 is #8C9FB6. Grayscale: #636363. Windows color (decimal): -9215927 or 4808819. OLE color: 4808819.

HSL color Cylindrical-coordinate representation of color #736049: hue angle of 32.86º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #736049 is Cyan = 0, Magento = 0.17, Yellow = 0.37 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 96 73 -
CMYK 0 0.17 0.37 0.55
HSL 32.86º 0.22% 0.37% -
HSV(B) 32.86º 0.37% 0.45% -
XYZ 12.46 12.49 8.06 -
YUV 99.06 113.29 139.37 -
System Red Green Blue C M Y K H S L
Decimal 115 96 73 0 0.17 0.37 0.55 32.86 0.22 0.37
Hex 73 60 49 0 11 25 37 21 16 25
Octal 163 140 111 0 21 45 67 41 26 45
Binary 1110011 1100000 1001001 0 10001 100101 110111 100001 10110 100101

Color Harmonies of #736049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736049

Black with #736049

Text Example


Text Example

White with #736049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736049; }

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

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

background-color css

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

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

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

border-color css

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

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

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