Html Css Color HEX #744A31 Cape Palliser

📋 copy color: '#744A31'

red 116 ◦ green 74 ◦ blue 49

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

Shades of Cape Palliser #744A31

Tints of Cape Palliser #744A31

RGB

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

 GREEN value IS 74 (29.3% from 255) = 30.96%

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

R = 48.54%
G = 30.96%
B = 20.5%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.58

 K value IS 0.55

RGB Variations

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

Color information

#744A31 (or 0x744A31) is known color: Cape Palliser. HEX triplet: 74, 4A and 31. RGB value is (116,74,49). Sum of RGB (Red+Green+Blue) = 116+74+49=239 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.54% from 239); Green value is 74 (29.30% from 255 or 30.96% from 239); Blue value is 49 (19.53% from 255 or 20.50% from 239); Max value from RGB is 116 - color contains mainly: red. Hex color #744A31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744A31 is #8BB5CE. Grayscale: #535353. Windows color (decimal): -9156047 or 3230324. OLE color: 3230324.

HSL color Cylindrical-coordinate representation of color #744A31: hue angle of 22.39º 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 #744A31 is Cyan = 0, Magento = 0.36, Yellow = 0.58 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 74 49 -
CMYK 0 0.36 0.58 0.55
HSL 22.39º 0.41% 0.32% -
HSV(B) 22.39º 0.58% 0.45% -
XYZ 10.21 8.83 4.07 -
YUV 83.71 108.41 151.03 -
System Red Green Blue C M Y K H S L
Decimal 116 74 49 0 0.36 0.58 0.55 22.39 0.41 0.32
Hex 74 4A 31 0 24 3A 37 16 29 20
Octal 164 112 61 0 44 72 67 26 51 40
Binary 1110100 1001010 110001 0 100100 111010 110111 10110 101001 100000

Color Harmonies of #744A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744A31

Black with #744A31

Text Example


Text Example

White with #744A31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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