Html Css Color HEX #745A48 Domino

📋 copy color: '#745A48'

red 116 ◦ green 90 ◦ blue 72

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

Shades of Domino #745A48

Tints of Domino #745A48

RGB

 RED value IS 116 (45.7% from 255) = 41.73%

 GREEN value IS 90 (35.55% from 255) = 32.37%

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

R = 41.73%
G = 32.37%
B = 25.9%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.38

 K value IS 0.55

RGB Variations

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

Color information

#745A48 (or 0x745A48) is known color: Domino. HEX triplet: 74, 5A and 48. RGB value is (116,90,72). Sum of RGB (Red+Green+Blue) = 116+90+72=278 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.73% from 278); Green value is 90 (35.55% from 255 or 32.37% from 278); Blue value is 72 (28.52% from 255 or 25.90% from 278); Max value from RGB is 116 - color contains mainly: red. Hex color #745A48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745A48 is #8BA5B7. Grayscale: #5F5F5F. Windows color (decimal): -9151928 or 4741748. OLE color: 4741748.

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

Color convert

RGB 116 90 72 -
CMYK 0 0.22 0.38 0.55
HSL 24.55º 0.23% 0.37% -
HSV(B) 24.55º 0.38% 0.45% -
XYZ 12.03 11.49 7.72 -
YUV 95.72 114.61 142.46 -
System Red Green Blue C M Y K H S L
Decimal 116 90 72 0 0.22 0.38 0.55 24.55 0.23 0.37
Hex 74 5A 48 0 16 26 37 19 17 25
Octal 164 132 110 0 26 46 67 31 27 45
Binary 1110100 1011010 1001000 0 10110 100110 110111 11001 10111 100101

Color Harmonies of #745A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745A48

Black with #745A48

Text Example


Text Example

White with #745A48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745A48; }

 p { color: rgb(116,90,72); }

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

background-color css

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

 a { background-color: rgb(116,90,72); }

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

border-color css

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

 span { border-color: rgb(116,90,72); }

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