Html Css Color HEX #71320A Peru Tan

📋 copy color: '#71320A'

red 113 ◦ green 50 ◦ blue 10

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

Shades of Peru Tan #71320A

Tints of Peru Tan #71320A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 28.9%

 BLUE value IS 10 (4.3% from 255) = 5.78%

R = 65.32%
G = 28.9%
B = 5.78%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.91

 K value IS 0.56

RGB Variations

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

Color information

#71320A (or 0x71320A) is known color: Peru Tan. HEX triplet: 71, 32 and 0A. RGB value is (113,50,10). Sum of RGB (Red+Green+Blue) = 113+50+10=173 (22% of max value = 765). Red value is 113 (44.53% from 255 or 65.32% from 173); Green value is 50 (19.92% from 255 or 28.90% from 173); Blue value is 10 (4.30% from 255 or 5.78% from 173); Max value from RGB is 113 - color contains mainly: red. Hex color #71320A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #71320A is #8ECDF5. Grayscale: #404040. Windows color (decimal): -9358838 or 668273. OLE color: 668273.

HSL color Cylindrical-coordinate representation of color #71320A: hue angle of 23.3º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #71320A is Cyan = 0, Magento = 0.56, Yellow = 0.91 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 50 10 -
CMYK 0 0.56 0.91 0.56
HSL 23.3º 0.84% 0.24% -
HSV(B) 23.3º 0.91% 0.44% -
XYZ 8.01 5.81 0.99 -
YUV 64.28 97.37 162.75 -
System Red Green Blue C M Y K H S L
Decimal 113 50 10 0 0.56 0.91 0.56 23.3 0.84 0.24
Hex 71 32 A 0 38 5B 38 17 54 18
Octal 161 62 12 0 70 133 70 27 124 30
Binary 1110001 110010 1010 0 111000 1011011 111000 10111 1010100 11000

Color Harmonies of #71320A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71320A

Black with #71320A

Text Example


Text Example

White with #71320A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71320A; }

 p { color: rgb(113,50,10); }

 H1.HeaderClassName
 {
   color: #71320A;
 }
 .AnyTagClassName
 {
   color: #71320A;
 }
</style>

background-color css

<style>
 a { background-color: #71320A; }

 a { background-color: rgb(113,50,10); }

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

border-color css

<style>
 span { border-color: #71320A; }

 span { border-color: rgb(113,50,10); }

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