Html Css Color HEX #745F48 Domino

📋 copy color: '#745F48'

red 116 ◦ green 95 ◦ blue 72

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

Shades of Domino #745F48

Tints of Domino #745F48

RGB

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

 GREEN value IS 95 (37.5% from 255) = 33.57%

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

R = 40.99%
G = 33.57%
B = 25.44%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.38

 K value IS 0.55

RGB Variations

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

Color information

#745F48 (or 0x745F48) is known color: Domino. HEX triplet: 74, 5F and 48. RGB value is (116,95,72). Sum of RGB (Red+Green+Blue) = 116+95+72=283 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.99% from 283); Green value is 95 (37.5% from 255 or 33.57% from 283); Blue value is 72 (28.52% from 255 or 25.44% from 283); Max value from RGB is 116 - color contains mainly: red. Hex color #745F48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745F48 is #8BA0B7. Grayscale: #626262. Windows color (decimal): -9150648 or 4743028. OLE color: 4743028.

HSL color Cylindrical-coordinate representation of color #745F48: hue angle of 31.36º 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 #745F48 is Cyan = 0, Magento = 0.18, Yellow = 0.38 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 95 72 -
CMYK 0 0.18 0.38 0.55
HSL 31.36º 0.23% 0.37% -
HSV(B) 31.36º 0.38% 0.45% -
XYZ 12.46 12.37 7.86 -
YUV 98.66 112.96 140.37 -
System Red Green Blue C M Y K H S L
Decimal 116 95 72 0 0.18 0.38 0.55 31.36 0.23 0.37
Hex 74 5F 48 0 12 26 37 1F 17 25
Octal 164 137 110 0 22 46 67 37 27 45
Binary 1110100 1011111 1001000 0 10010 100110 110111 11111 10111 100101

Color Harmonies of #745F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745F48

Black with #745F48

Text Example


Text Example

White with #745F48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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