Html Css Color HEX #744C2B Cape Palliser

📋 copy color: '#744C2B'

red 116 ◦ green 76 ◦ blue 43

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

Shades of Cape Palliser #744C2B

Tints of Cape Palliser #744C2B

RGB

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

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

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

R = 49.36%
G = 32.34%
B = 18.3%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.63

 K value IS 0.55

RGB Variations

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

Color information

#744C2B (or 0x744C2B) is known color: Cape Palliser. HEX triplet: 74, 4C and 2B. RGB value is (116,76,43). Sum of RGB (Red+Green+Blue) = 116+76+43=235 (31% of max value = 765). Red value is 116 (45.70% from 255 or 49.36% from 235); Green value is 76 (30.08% from 255 or 32.34% from 235); Blue value is 43 (17.19% from 255 or 18.30% from 235); Max value from RGB is 116 - color contains mainly: red. Hex color #744C2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744C2B is #8BB3D4. Grayscale: #545454. Windows color (decimal): -9155541 or 2837620. OLE color: 2837620.

HSL color Cylindrical-coordinate representation of color #744C2B: hue angle of 27.12º 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 #744C2B is Cyan = 0, Magento = 0.34, Yellow = 0.63 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 76 43 -
CMYK 0 0.34 0.63 0.55
HSL 27.12º 0.46% 0.31% -
HSV(B) 27.12º 0.63% 0.45% -
XYZ 10.22 9.06 3.49 -
YUV 84.2 104.75 150.68 -
System Red Green Blue C M Y K H S L
Decimal 116 76 43 0 0.34 0.63 0.55 27.12 0.46 0.31
Hex 74 4C 2B 0 22 3F 37 1B 2E 1F
Octal 164 114 53 0 42 77 67 33 56 37
Binary 1110100 1001100 101011 0 100010 111111 110111 11011 101110 11111

Color Harmonies of #744C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744C2B

Black with #744C2B

Text Example


Text Example

White with #744C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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