Html Css Color HEX #744835 Cape Palliser

📋 copy color: '#744835'

red 116 ◦ green 72 ◦ blue 53

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

Shades of Cape Palliser #744835

Tints of Cape Palliser #744835

RGB

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

 GREEN value IS 72 (28.52% from 255) = 29.88%

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

R = 48.13%
G = 29.88%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.54

 K value IS 0.55

RGB Variations

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

Color information

#744835 (or 0x744835) is known color: Cape Palliser. HEX triplet: 74, 48 and 35. RGB value is (116,72,53). Sum of RGB (Red+Green+Blue) = 116+72+53=241 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.13% from 241); Green value is 72 (28.52% from 255 or 29.88% from 241); Blue value is 53 (21.09% from 255 or 21.99% from 241); Max value from RGB is 116 - color contains mainly: red. Hex color #744835 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744835 is #8BB7CA. Grayscale: #535353. Windows color (decimal): -9156555 or 3491956. OLE color: 3491956.

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

Color convert

RGB 116 72 53 -
CMYK 0 0.38 0.54 0.55
HSL 18.1º 0.37% 0.33% -
HSV(B) 18.1º 0.54% 0.45% -
XYZ 10.16 8.6 4.49 -
YUV 82.99 111.08 151.54 -
System Red Green Blue C M Y K H S L
Decimal 116 72 53 0 0.38 0.54 0.55 18.1 0.37 0.33
Hex 74 48 35 0 26 36 37 12 25 21
Octal 164 110 65 0 46 66 67 22 45 41
Binary 1110100 1001000 110101 0 100110 110110 110111 10010 100101 100001

Color Harmonies of #744835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744835

Black with #744835

Text Example


Text Example

White with #744835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744835; }

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

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

background-color css

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

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

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

border-color css

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

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

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