Html Css Color HEX #744D31 Cape Palliser

📋 copy color: '#744D31'

red 116 ◦ green 77 ◦ blue 49

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

Shades of Cape Palliser #744D31

Tints of Cape Palliser #744D31

RGB

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

 GREEN value IS 77 (30.47% from 255) = 31.82%

 BLUE value IS 49 (19.53% from 255) = 20.25%

R = 47.93%
G = 31.82%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.58

 K value IS 0.55

RGB Variations

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

Color information

#744D31 (or 0x744D31) is known color: Cape Palliser. HEX triplet: 74, 4D and 31. RGB value is (116,77,49). Sum of RGB (Red+Green+Blue) = 116+77+49=242 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.93% from 242); Green value is 77 (30.47% from 255 or 31.82% from 242); Blue value is 49 (19.53% from 255 or 20.25% from 242); Max value from RGB is 116 - color contains mainly: red. Hex color #744D31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #744D31 is #8BB2CE. Grayscale: #555555. Windows color (decimal): -9155279 or 3231092. OLE color: 3231092.

HSL color Cylindrical-coordinate representation of color #744D31: hue angle of 25.07º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #744D31 is Cyan = 0, Magento = 0.34, Yellow = 0.58 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 77 49 -
CMYK 0 0.34 0.58 0.55
HSL 25.07º 0.41% 0.32% -
HSV(B) 25.07º 0.58% 0.45% -
XYZ 10.41 9.24 4.14 -
YUV 85.47 107.42 149.78 -
System Red Green Blue C M Y K H S L
Decimal 116 77 49 0 0.34 0.58 0.55 25.07 0.41 0.32
Hex 74 4D 31 0 22 3A 37 19 29 20
Octal 164 115 61 0 42 72 67 31 51 40
Binary 1110100 1001101 110001 0 100010 111010 110111 11001 101001 100000

Color Harmonies of #744D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744D31

Black with #744D31

Text Example


Text Example

White with #744D31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744D31; }

 p { color: rgb(116,77,49); }

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

background-color css

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

 a { background-color: rgb(116,77,49); }

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

border-color css

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

 span { border-color: rgb(116,77,49); }

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