Html Css Color HEX #74492C Cape Palliser

📋 copy color: '#74492C'

red 116 ◦ green 73 ◦ blue 44

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

Shades of Cape Palliser #74492C

Tints of Cape Palliser #74492C

RGB

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

 GREEN value IS 73 (28.91% from 255) = 31.33%

 BLUE value IS 44 (17.58% from 255) = 18.88%

R = 49.79%
G = 31.33%
B = 18.88%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.62

 K value IS 0.55

RGB Variations

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

Color information

#74492C (or 0x74492C) is known color: Cape Palliser. HEX triplet: 74, 49 and 2C. RGB value is (116,73,44). Sum of RGB (Red+Green+Blue) = 116+73+44=233 (30% of max value = 765). Red value is 116 (45.70% from 255 or 49.79% from 233); Green value is 73 (28.91% from 255 or 31.33% from 233); Blue value is 44 (17.58% from 255 or 18.88% from 233); Max value from RGB is 116 - color contains mainly: red. Hex color #74492C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74492C is #8BB6D3. Grayscale: #525252. Windows color (decimal): -9156308 or 2902388. OLE color: 2902388.

HSL color Cylindrical-coordinate representation of color #74492C: hue angle of 24.17º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #74492C is Cyan = 0, Magento = 0.37, Yellow = 0.62 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 73 44 -
CMYK 0 0.37 0.62 0.55
HSL 24.17º 0.45% 0.31% -
HSV(B) 24.17º 0.62% 0.45% -
XYZ 10.04 8.66 3.53 -
YUV 82.55 106.25 151.86 -
System Red Green Blue C M Y K H S L
Decimal 116 73 44 0 0.37 0.62 0.55 24.17 0.45 0.31
Hex 74 49 2C 0 25 3E 37 18 2D 1F
Octal 164 111 54 0 45 76 67 30 55 37
Binary 1110100 1001001 101100 0 100101 111110 110111 11000 101101 11111

Color Harmonies of #74492C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74492C

Black with #74492C

Text Example


Text Example

White with #74492C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74492C; }

 p { color: rgb(116,73,44); }

 H1.HeaderClassName
 {
   color: #74492C;
 }
 .AnyTagClassName
 {
   color: #74492C;
 }
</style>

background-color css

<style>
 a { background-color: #74492C; }

 a { background-color: rgb(116,73,44); }

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

border-color css

<style>
 span { border-color: #74492C; }

 span { border-color: rgb(116,73,44); }

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