Html Css Color HEX #744C31 Cape Palliser

📋 copy color: '#744C31'

red 116 ◦ green 76 ◦ blue 49

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

Shades of Cape Palliser #744C31

Tints of Cape Palliser #744C31

RGB

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

 GREEN value IS 76 (30.08% from 255) = 31.54%

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

R = 48.13%
G = 31.54%
B = 20.33%

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

#744C31 (or 0x744C31) is known color: Cape Palliser. HEX triplet: 74, 4C and 31. RGB value is (116,76,49). Sum of RGB (Red+Green+Blue) = 116+76+49=241 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.13% from 241); Green value is 76 (30.08% from 255 or 31.54% from 241); Blue value is 49 (19.53% from 255 or 20.33% from 241); Max value from RGB is 116 - color contains mainly: red. Hex color #744C31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744C31 is #8BB3CE. Grayscale: #555555. Windows color (decimal): -9155535 or 3230836. OLE color: 3230836.

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

Color convert

RGB 116 76 49 -
CMYK 0 0.34 0.58 0.55
HSL 24.18º 0.41% 0.32% -
HSV(B) 24.18º 0.58% 0.45% -
XYZ 10.34 9.1 4.12 -
YUV 84.88 107.75 150.2 -
System Red Green Blue C M Y K H S L
Decimal 116 76 49 0 0.34 0.58 0.55 24.18 0.41 0.32
Hex 74 4C 31 0 22 3A 37 18 29 20
Octal 164 114 61 0 42 72 67 30 51 40
Binary 1110100 1001100 110001 0 100010 111010 110111 11000 101001 100000

Color Harmonies of #744C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744C31

Black with #744C31

Text Example


Text Example

White with #744C31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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