Html Css Color HEX #796048 Domino

📋 copy color: '#796048'

red 121 ◦ green 96 ◦ blue 72

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

Shades of Domino #796048

Tints of Domino #796048

RGB

 RED value IS 121 (47.66% from 255) = 41.87%

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

 BLUE value IS 72 (28.52% from 255) = 24.91%

R = 41.87%
G = 33.22%
B = 24.91%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.40

 K value IS 0.53

RGB Variations

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

Color information

#796048 (or 0x796048) is known color: Domino. HEX triplet: 79, 60 and 48. RGB value is (121,96,72). Sum of RGB (Red+Green+Blue) = 121+96+72=289 (38% of max value = 765). Red value is 121 (47.66% from 255 or 41.87% from 289); Green value is 96 (37.89% from 255 or 33.22% from 289); Blue value is 72 (28.52% from 255 or 24.91% from 289); Max value from RGB is 121 - color contains mainly: red. Hex color #796048 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #796048 is #869FB7. Grayscale: #646464. Windows color (decimal): -8822712 or 4743289. OLE color: 4743289.

HSL color Cylindrical-coordinate representation of color #796048: hue angle of 29.39º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #796048 is Cyan = 0, Magento = 0.21, Yellow = 0.40 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 96 72 -
CMYK 0 0.21 0.40 0.53
HSL 29.39º 0.25% 0.38% -
HSV(B) 29.39º 0.4% 0.47% -
XYZ 13.24 12.9 7.92 -
YUV 100.74 111.78 142.45 -
System Red Green Blue C M Y K H S L
Decimal 121 96 72 0 0.21 0.40 0.53 29.39 0.25 0.38
Hex 79 60 48 0 15 28 35 1D 19 26
Octal 171 140 110 0 25 50 65 35 31 46
Binary 1111001 1100000 1001000 0 10101 101000 110101 11101 11001 100110

Color Harmonies of #796048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796048

Black with #796048

Text Example


Text Example

White with #796048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #796048; }

 p { color: rgb(121,96,72); }

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

background-color css

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

 a { background-color: rgb(121,96,72); }

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

border-color css

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

 span { border-color: rgb(121,96,72); }

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