Html Css Color HEX #744A28 Cape Palliser

📋 copy color: '#744A28'

red 116 ◦ green 74 ◦ blue 40

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

Shades of Cape Palliser #744A28

Tints of Cape Palliser #744A28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 17.39%

R = 50.43%
G = 32.17%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.66

 K value IS 0.55

RGB Variations

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

Color information

#744A28 (or 0x744A28) is known color: Cape Palliser. HEX triplet: 74, 4A and 28. RGB value is (116,74,40). Sum of RGB (Red+Green+Blue) = 116+74+40=230 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.43% from 230); Green value is 74 (29.30% from 255 or 32.17% from 230); Blue value is 40 (16.02% from 255 or 17.39% from 230); Max value from RGB is 116 - color contains mainly: red. Hex color #744A28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744A28 is #8BB5D7. Grayscale: #525252. Windows color (decimal): -9156056 or 2640500. OLE color: 2640500.

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

Color convert

RGB 116 74 40 -
CMYK 0 0.36 0.66 0.55
HSL 26.84º 0.49% 0.31% -
HSV(B) 26.84º 0.66% 0.45% -
XYZ 10.03 8.76 3.17 -
YUV 82.68 103.91 151.76 -
System Red Green Blue C M Y K H S L
Decimal 116 74 40 0 0.36 0.66 0.55 26.84 0.49 0.31
Hex 74 4A 28 0 24 42 37 1B 31 1F
Octal 164 112 50 0 44 102 67 33 61 37
Binary 1110100 1001010 101000 0 100100 1000010 110111 11011 110001 11111

Color Harmonies of #744A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744A28

Black with #744A28

Text Example


Text Example

White with #744A28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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