Html Css Color HEX #71482B Cape Palliser

📋 copy color: '#71482B'

red 113 ◦ green 72 ◦ blue 43

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

Shades of Cape Palliser #71482B

Tints of Cape Palliser #71482B

RGB

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

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

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

R = 49.56%
G = 31.58%
B = 18.86%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.62

 K value IS 0.56

RGB Variations

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

Color information

#71482B (or 0x71482B) is known color: Cape Palliser. HEX triplet: 71, 48 and 2B. RGB value is (113,72,43). Sum of RGB (Red+Green+Blue) = 113+72+43=228 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.56% from 228); Green value is 72 (28.52% from 255 or 31.58% from 228); Blue value is 43 (17.19% from 255 or 18.86% from 228); Max value from RGB is 113 - color contains mainly: red. Hex color #71482B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71482B is #8EB7D4. Grayscale: #515151. Windows color (decimal): -9353173 or 2836593. OLE color: 2836593.

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

Color convert

RGB 113 72 43 -
CMYK 0 0.36 0.62 0.56
HSL 24.86º 0.45% 0.31% -
HSV(B) 24.86º 0.62% 0.44% -
XYZ 9.56 8.32 3.39 -
YUV 80.95 106.58 150.86 -
System Red Green Blue C M Y K H S L
Decimal 113 72 43 0 0.36 0.62 0.56 24.86 0.45 0.31
Hex 71 48 2B 0 24 3E 38 19 2D 1F
Octal 161 110 53 0 44 76 70 31 55 37
Binary 1110001 1001000 101011 0 100100 111110 111000 11001 101101 11111

Color Harmonies of #71482B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71482B

Black with #71482B

Text Example


Text Example

White with #71482B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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