Html Css Color HEX #744E2F Cape Palliser

📋 copy color: '#744E2F'

red 116 ◦ green 78 ◦ blue 47

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

Shades of Cape Palliser #744E2F

Tints of Cape Palliser #744E2F

RGB

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

 GREEN value IS 78 (30.86% from 255) = 32.37%

 BLUE value IS 47 (18.75% from 255) = 19.5%

R = 48.13%
G = 32.37%
B = 19.5%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.59

 K value IS 0.55

RGB Variations

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

Color information

#744E2F (or 0x744E2F) is known color: Cape Palliser. HEX triplet: 74, 4E and 2F. RGB value is (116,78,47). Sum of RGB (Red+Green+Blue) = 116+78+47=241 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.13% from 241); Green value is 78 (30.86% from 255 or 32.37% from 241); Blue value is 47 (18.75% from 255 or 19.50% from 241); Max value from RGB is 116 - color contains mainly: red. Hex color #744E2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #744E2F is #8BB1D0. Grayscale: #555555. Windows color (decimal): -9155025 or 3100276. OLE color: 3100276.

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

Color convert

RGB 116 78 47 -
CMYK 0 0.33 0.59 0.55
HSL 26.96º 0.42% 0.32% -
HSV(B) 26.96º 0.59% 0.45% -
XYZ 10.44 9.37 3.95 -
YUV 85.83 106.09 149.52 -
System Red Green Blue C M Y K H S L
Decimal 116 78 47 0 0.33 0.59 0.55 26.96 0.42 0.32
Hex 74 4E 2F 0 21 3B 37 1B 2A 20
Octal 164 116 57 0 41 73 67 33 52 40
Binary 1110100 1001110 101111 0 100001 111011 110111 11011 101010 100000

Color Harmonies of #744E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744E2F

Black with #744E2F

Text Example


Text Example

White with #744E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,78,47); }

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

background-color css

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

 a { background-color: rgb(116,78,47); }

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

border-color css

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

 span { border-color: rgb(116,78,47); }

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