Html Css Color HEX #744A2D Cape Palliser

📋 copy color: '#744A2D'

red 116 ◦ green 74 ◦ blue 45

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

Shades of Cape Palliser #744A2D

Tints of Cape Palliser #744A2D

RGB

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

 GREEN value IS 74 (29.3% from 255) = 31.49%

 BLUE value IS 45 (17.97% from 255) = 19.15%

R = 49.36%
G = 31.49%
B = 19.15%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.61

 K value IS 0.55

RGB Variations

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

Color information

#744A2D (or 0x744A2D) is known color: Cape Palliser. HEX triplet: 74, 4A and 2D. RGB value is (116,74,45). Sum of RGB (Red+Green+Blue) = 116+74+45=235 (31% of max value = 765). Red value is 116 (45.70% from 255 or 49.36% from 235); Green value is 74 (29.30% from 255 or 31.49% from 235); Blue value is 45 (17.97% from 255 or 19.15% from 235); Max value from RGB is 116 - color contains mainly: red. Hex color #744A2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744A2D is #8BB5D2. Grayscale: #535353. Windows color (decimal): -9156051 or 2968180. OLE color: 2968180.

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

Color convert

RGB 116 74 45 -
CMYK 0 0.36 0.61 0.55
HSL 24.51º 0.44% 0.32% -
HSV(B) 24.51º 0.61% 0.45% -
XYZ 10.12 8.8 3.65 -
YUV 83.25 106.41 151.36 -
System Red Green Blue C M Y K H S L
Decimal 116 74 45 0 0.36 0.61 0.55 24.51 0.44 0.32
Hex 74 4A 2D 0 24 3D 37 19 2C 20
Octal 164 112 55 0 44 75 67 31 54 40
Binary 1110100 1001010 101101 0 100100 111101 110111 11001 101100 100000

Color Harmonies of #744A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744A2D

Black with #744A2D

Text Example


Text Example

White with #744A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,74,45); }

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

background-color css

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

 a { background-color: rgb(116,74,45); }

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

border-color css

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

 span { border-color: rgb(116,74,45); }

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