Html Css Color HEX #71370A Peru Tan

📋 copy color: '#71370A'

red 113 ◦ green 55 ◦ blue 10

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

Shades of Peru Tan #71370A

Tints of Peru Tan #71370A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 30.9%

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

R = 63.48%
G = 30.9%
B = 5.62%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.91

 K value IS 0.56

RGB Variations

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

Color information

#71370A (or 0x71370A) is known color: Peru Tan. HEX triplet: 71, 37 and 0A. RGB value is (113,55,10). Sum of RGB (Red+Green+Blue) = 113+55+10=178 (23% of max value = 765). Red value is 113 (44.53% from 255 or 63.48% from 178); Green value is 55 (21.88% from 255 or 30.90% from 178); Blue value is 10 (4.30% from 255 or 5.62% from 178); Max value from RGB is 113 - color contains mainly: red. Hex color #71370A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #71370A is #8EC8F5. Grayscale: #434343. Windows color (decimal): -9357558 or 669553. OLE color: 669553.

HSL color Cylindrical-coordinate representation of color #71370A: hue angle of 26.21º 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 #71370A is Cyan = 0, Magento = 0.51, Yellow = 0.91 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 55 10 -
CMYK 0 0.51 0.91 0.56
HSL 26.21º 0.84% 0.24% -
HSV(B) 26.21º 0.91% 0.44% -
XYZ 8.23 6.27 1.06 -
YUV 67.21 95.72 160.66 -
System Red Green Blue C M Y K H S L
Decimal 113 55 10 0 0.51 0.91 0.56 26.21 0.84 0.24
Hex 71 37 A 0 33 5B 38 1A 54 18
Octal 161 67 12 0 63 133 70 32 124 30
Binary 1110001 110111 1010 0 110011 1011011 111000 11010 1010100 11000

Color Harmonies of #71370A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71370A

Black with #71370A

Text Example


Text Example

White with #71370A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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