Html Css Color HEX #744631 Cape Palliser

📋 copy color: '#744631'

red 116 ◦ green 70 ◦ blue 49

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

Shades of Cape Palliser #744631

Tints of Cape Palliser #744631

RGB

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

 GREEN value IS 70 (27.73% from 255) = 29.79%

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

R = 49.36%
G = 29.79%
B = 20.85%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.58

 K value IS 0.55

RGB Variations

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

Color information

#744631 (or 0x744631) is known color: Cape Palliser. HEX triplet: 74, 46 and 31. RGB value is (116,70,49). Sum of RGB (Red+Green+Blue) = 116+70+49=235 (31% of max value = 765). Red value is 116 (45.70% from 255 or 49.36% from 235); Green value is 70 (27.73% from 255 or 29.79% from 235); Blue value is 49 (19.53% from 255 or 20.85% from 235); Max value from RGB is 116 - color contains mainly: red. Hex color #744631 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744631 is #8BB9CE. Grayscale: #515151. Windows color (decimal): -9157071 or 3229300. OLE color: 3229300.

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

Color convert

RGB 116 70 49 -
CMYK 0 0.40 0.58 0.55
HSL 18.81º 0.41% 0.32% -
HSV(B) 18.81º 0.58% 0.45% -
XYZ 9.95 8.32 3.99 -
YUV 81.36 109.74 152.71 -
System Red Green Blue C M Y K H S L
Decimal 116 70 49 0 0.40 0.58 0.55 18.81 0.41 0.32
Hex 74 46 31 0 28 3A 37 13 29 20
Octal 164 106 61 0 50 72 67 23 51 40
Binary 1110100 1000110 110001 0 101000 111010 110111 10011 101001 100000

Color Harmonies of #744631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744631

Black with #744631

Text Example


Text Example

White with #744631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744631; }

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

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

background-color css

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

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

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

border-color css

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

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

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