Html Css Color HEX #744C35 Cape Palliser

📋 copy color: '#744C35'

red 116 ◦ green 76 ◦ blue 53

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

Shades of Cape Palliser #744C35

Tints of Cape Palliser #744C35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 21.63%

R = 47.35%
G = 31.02%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.54

 K value IS 0.55

RGB Variations

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

Color information

#744C35 (or 0x744C35) is known color: Cape Palliser. HEX triplet: 74, 4C and 35. RGB value is (116,76,53). Sum of RGB (Red+Green+Blue) = 116+76+53=245 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.35% from 245); Green value is 76 (30.08% from 255 or 31.02% from 245); Blue value is 53 (21.09% from 255 or 21.63% from 245); Max value from RGB is 116 - color contains mainly: red. Hex color #744C35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744C35 is #8BB3CA. Grayscale: #555555. Windows color (decimal): -9155531 or 3492980. OLE color: 3492980.

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

Color convert

RGB 116 76 53 -
CMYK 0 0.34 0.54 0.55
HSL 21.9º 0.37% 0.33% -
HSV(B) 21.9º 0.54% 0.45% -
XYZ 10.43 9.14 4.58 -
YUV 85.34 109.75 149.87 -
System Red Green Blue C M Y K H S L
Decimal 116 76 53 0 0.34 0.54 0.55 21.9 0.37 0.33
Hex 74 4C 35 0 22 36 37 16 25 21
Octal 164 114 65 0 42 66 67 26 45 41
Binary 1110100 1001100 110101 0 100010 110110 110111 10110 100101 100001

Color Harmonies of #744C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744C35

Black with #744C35

Text Example


Text Example

White with #744C35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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