Html Css Color HEX #71492D Cape Palliser

📋 copy color: '#71492D'

red 113 ◦ green 73 ◦ blue 45

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

Shades of Cape Palliser #71492D

Tints of Cape Palliser #71492D

RGB

 RED value IS 113 (44.53% from 255) = 48.92%

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

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

R = 48.92%
G = 31.6%
B = 19.48%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.60

 K value IS 0.56

RGB Variations

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

Color information

#71492D (or 0x71492D) is known color: Cape Palliser. HEX triplet: 71, 49 and 2D. RGB value is (113,73,45). Sum of RGB (Red+Green+Blue) = 113+73+45=231 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.92% from 231); Green value is 73 (28.91% from 255 or 31.60% from 231); Blue value is 45 (17.97% from 255 or 19.48% from 231); Max value from RGB is 113 - color contains mainly: red. Hex color #71492D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71492D is #8EB6D2. Grayscale: #515151. Windows color (decimal): -9352915 or 2967921. OLE color: 2967921.

HSL color Cylindrical-coordinate representation of color #71492D: hue angle of 24.71º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #71492D is Cyan = 0, Magento = 0.35, Yellow = 0.60 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 73 45 -
CMYK 0 0.35 0.60 0.56
HSL 24.71º 0.43% 0.31% -
HSV(B) 24.71º 0.6% 0.44% -
XYZ 9.67 8.47 3.61 -
YUV 81.77 107.25 150.28 -
System Red Green Blue C M Y K H S L
Decimal 113 73 45 0 0.35 0.60 0.56 24.71 0.43 0.31
Hex 71 49 2D 0 23 3C 38 19 2B 1F
Octal 161 111 55 0 43 74 70 31 53 37
Binary 1110001 1001001 101101 0 100011 111100 111000 11001 101011 11111

Color Harmonies of #71492D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71492D

Black with #71492D

Text Example


Text Example

White with #71492D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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