Html Css Color HEX #744A2A Cape Palliser

📋 copy color: '#744A2A'

red 116 ◦ green 74 ◦ blue 42

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

Shades of Cape Palliser #744A2A

Tints of Cape Palliser #744A2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 18.1%

R = 50%
G = 31.9%
B = 18.1%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.64

 K value IS 0.55

RGB Variations

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

Color information

#744A2A (or 0x744A2A) is known color: Cape Palliser. HEX triplet: 74, 4A and 2A. RGB value is (116,74,42). Sum of RGB (Red+Green+Blue) = 116+74+42=232 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50% from 232); Green value is 74 (29.30% from 255 or 31.90% from 232); Blue value is 42 (16.80% from 255 or 18.10% from 232); Max value from RGB is 116 - color contains mainly: red. Hex color #744A2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744A2A is #8BB5D5. Grayscale: #535353. Windows color (decimal): -9156054 or 2771572. OLE color: 2771572.

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

Color convert

RGB 116 74 42 -
CMYK 0 0.36 0.64 0.55
HSL 25.95º 0.47% 0.31% -
HSV(B) 25.95º 0.64% 0.45% -
XYZ 10.07 8.78 3.35 -
YUV 82.91 104.91 151.6 -
System Red Green Blue C M Y K H S L
Decimal 116 74 42 0 0.36 0.64 0.55 25.95 0.47 0.31
Hex 74 4A 2A 0 24 40 37 1A 2F 1F
Octal 164 112 52 0 44 100 67 32 57 37
Binary 1110100 1001010 101010 0 100100 1000000 110111 11010 101111 11111

Color Harmonies of #744A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744A2A

Black with #744A2A

Text Example


Text Example

White with #744A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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