Html Css Color HEX #74492D Cape Palliser

📋 copy color: '#74492D'

red 116 ◦ green 73 ◦ blue 45

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

Shades of Cape Palliser #74492D

Tints of Cape Palliser #74492D

RGB

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

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

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

R = 49.57%
G = 31.2%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.61

 K value IS 0.55

RGB Variations

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

Color information

#74492D (or 0x74492D) is known color: Cape Palliser. HEX triplet: 74, 49 and 2D. RGB value is (116,73,45). Sum of RGB (Red+Green+Blue) = 116+73+45=234 (30% of max value = 765). Red value is 116 (45.70% from 255 or 49.57% from 234); Green value is 73 (28.91% from 255 or 31.20% from 234); Blue value is 45 (17.97% from 255 or 19.23% from 234); Max value from RGB is 116 - color contains mainly: red. Hex color #74492D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74492D is #8BB6D2. Grayscale: #525252. Windows color (decimal): -9156307 or 2967924. OLE color: 2967924.

HSL color Cylindrical-coordinate representation of color #74492D: hue angle of 23.66º 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 #74492D is Cyan = 0, Magento = 0.37, Yellow = 0.61 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 73 45 -
CMYK 0 0.37 0.61 0.55
HSL 23.66º 0.44% 0.32% -
HSV(B) 23.66º 0.61% 0.45% -
XYZ 10.06 8.67 3.63 -
YUV 82.67 106.75 151.78 -
System Red Green Blue C M Y K H S L
Decimal 116 73 45 0 0.37 0.61 0.55 23.66 0.44 0.32
Hex 74 49 2D 0 25 3D 37 18 2C 20
Octal 164 111 55 0 45 75 67 30 54 40
Binary 1110100 1001001 101101 0 100101 111101 110111 11000 101100 100000

Color Harmonies of #74492D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74492D

Black with #74492D

Text Example


Text Example

White with #74492D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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