Html Css Color HEX #71472B Cape Palliser

📋 copy color: '#71472B'

red 113 ◦ green 71 ◦ blue 43

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

Shades of Cape Palliser #71472B

Tints of Cape Palliser #71472B

RGB

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

 GREEN value IS 71 (28.13% from 255) = 31.28%

 BLUE value IS 43 (17.19% from 255) = 18.94%

R = 49.78%
G = 31.28%
B = 18.94%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.62

 K value IS 0.56

RGB Variations

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

Color information

#71472B (or 0x71472B) is known color: Cape Palliser. HEX triplet: 71, 47 and 2B. RGB value is (113,71,43). Sum of RGB (Red+Green+Blue) = 113+71+43=227 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.78% from 227); Green value is 71 (28.12% from 255 or 31.28% from 227); Blue value is 43 (17.19% from 255 or 18.94% from 227); Max value from RGB is 113 - color contains mainly: red. Hex color #71472B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71472B is #8EB8D4. Grayscale: #505050. Windows color (decimal): -9353429 or 2836337. OLE color: 2836337.

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

Color convert

RGB 113 71 43 -
CMYK 0 0.37 0.62 0.56
HSL 24º 0.45% 0.31% -
HSV(B) 24º 0.62% 0.44% -
XYZ 9.5 8.19 3.37 -
YUV 80.37 106.91 151.28 -
System Red Green Blue C M Y K H S L
Decimal 113 71 43 0 0.37 0.62 0.56 24 0.45 0.31
Hex 71 47 2B 0 25 3E 38 18 2D 1F
Octal 161 107 53 0 45 76 70 30 55 37
Binary 1110001 1000111 101011 0 100101 111110 111000 11000 101101 11111

Color Harmonies of #71472B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71472B

Black with #71472B

Text Example


Text Example

White with #71472B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71472B; }

 p { color: rgb(113,71,43); }

 H1.HeaderClassName
 {
   color: #71472B;
 }
 .AnyTagClassName
 {
   color: #71472B;
 }
</style>

background-color css

<style>
 a { background-color: #71472B; }

 a { background-color: rgb(113,71,43); }

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

border-color css

<style>
 span { border-color: #71472B; }

 span { border-color: rgb(113,71,43); }

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