Html Css Color HEX #744B2B Cape Palliser

📋 copy color: '#744B2B'

red 116 ◦ green 75 ◦ blue 43

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

Shades of Cape Palliser #744B2B

Tints of Cape Palliser #744B2B

RGB

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

 GREEN value IS 75 (29.69% from 255) = 32.05%

 BLUE value IS 43 (17.19% from 255) = 18.38%

R = 49.57%
G = 32.05%
B = 18.38%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.63

 K value IS 0.55

RGB Variations

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

Color information

#744B2B (or 0x744B2B) is known color: Cape Palliser. HEX triplet: 74, 4B and 2B. RGB value is (116,75,43). Sum of RGB (Red+Green+Blue) = 116+75+43=234 (30% of max value = 765). Red value is 116 (45.70% from 255 or 49.57% from 234); Green value is 75 (29.69% from 255 or 32.05% from 234); Blue value is 43 (17.19% from 255 or 18.38% from 234); Max value from RGB is 116 - color contains mainly: red. Hex color #744B2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744B2B is #8BB4D4. Grayscale: #535353. Windows color (decimal): -9155797 or 2837364. OLE color: 2837364.

HSL color Cylindrical-coordinate representation of color #744B2B: hue angle of 26.3º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #744B2B is Cyan = 0, Magento = 0.35, Yellow = 0.63 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 75 43 -
CMYK 0 0.35 0.63 0.55
HSL 26.3º 0.46% 0.31% -
HSV(B) 26.3º 0.63% 0.45% -
XYZ 10.15 8.92 3.47 -
YUV 83.61 105.08 151.1 -
System Red Green Blue C M Y K H S L
Decimal 116 75 43 0 0.35 0.63 0.55 26.3 0.46 0.31
Hex 74 4B 2B 0 23 3F 37 1A 2E 1F
Octal 164 113 53 0 43 77 67 32 56 37
Binary 1110100 1001011 101011 0 100011 111111 110111 11010 101110 11111

Color Harmonies of #744B2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744B2B

Black with #744B2B

Text Example


Text Example

White with #744B2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,75,43); }

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

background-color css

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

 a { background-color: rgb(116,75,43); }

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

border-color css

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

 span { border-color: rgb(116,75,43); }

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