Html Css Color HEX #71472F Cape Palliser

📋 copy color: '#71472F'

red 113 ◦ green 71 ◦ blue 47

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

Shades of Cape Palliser #71472F

Tints of Cape Palliser #71472F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 20.35%

R = 48.92%
G = 30.74%
B = 20.35%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.58

 K value IS 0.56

RGB Variations

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

Color information

#71472F (or 0x71472F) is known color: Cape Palliser. HEX triplet: 71, 47 and 2F. RGB value is (113,71,47). Sum of RGB (Red+Green+Blue) = 113+71+47=231 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.92% from 231); Green value is 71 (28.12% from 255 or 30.74% from 231); Blue value is 47 (18.75% from 255 or 20.35% from 231); Max value from RGB is 113 - color contains mainly: red. Hex color #71472F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71472F is #8EB8D0. Grayscale: #505050. Windows color (decimal): -9353425 or 3098481. OLE color: 3098481.

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

Color convert

RGB 113 71 47 -
CMYK 0 0.37 0.58 0.56
HSL 21.82º 0.41% 0.31% -
HSV(B) 21.82º 0.58% 0.44% -
XYZ 9.58 8.22 3.77 -
YUV 80.82 108.91 150.95 -
System Red Green Blue C M Y K H S L
Decimal 113 71 47 0 0.37 0.58 0.56 21.82 0.41 0.31
Hex 71 47 2F 0 25 3A 38 16 29 1F
Octal 161 107 57 0 45 72 70 26 51 37
Binary 1110001 1000111 101111 0 100101 111010 111000 10110 101001 11111

Color Harmonies of #71472F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71472F

Black with #71472F

Text Example


Text Example

White with #71472F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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