Html Css Color HEX #71482F Cape Palliser

📋 copy color: '#71482F'

red 113 ◦ green 72 ◦ blue 47

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

Shades of Cape Palliser #71482F

Tints of Cape Palliser #71482F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 31.03%

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

R = 48.71%
G = 31.03%
B = 20.26%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.58

 K value IS 0.56

RGB Variations

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

Color information

#71482F (or 0x71482F) is known color: Cape Palliser. HEX triplet: 71, 48 and 2F. RGB value is (113,72,47). Sum of RGB (Red+Green+Blue) = 113+72+47=232 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.71% from 232); Green value is 72 (28.52% from 255 or 31.03% from 232); Blue value is 47 (18.75% from 255 or 20.26% from 232); Max value from RGB is 113 - color contains mainly: red. Hex color #71482F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71482F is #8EB7D0. Grayscale: #515151. Windows color (decimal): -9353169 or 3098737. OLE color: 3098737.

HSL color Cylindrical-coordinate representation of color #71482F: hue angle of 22.73º 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 #71482F is Cyan = 0, Magento = 0.36, Yellow = 0.58 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 72 47 -
CMYK 0 0.36 0.58 0.56
HSL 22.73º 0.41% 0.31% -
HSV(B) 22.73º 0.58% 0.44% -
XYZ 9.64 8.35 3.79 -
YUV 81.41 108.58 150.53 -
System Red Green Blue C M Y K H S L
Decimal 113 72 47 0 0.36 0.58 0.56 22.73 0.41 0.31
Hex 71 48 2F 0 24 3A 38 17 29 1F
Octal 161 110 57 0 44 72 70 27 51 37
Binary 1110001 1001000 101111 0 100100 111010 111000 10111 101001 11111

Color Harmonies of #71482F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71482F

Black with #71482F

Text Example


Text Example

White with #71482F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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