Html Css Color HEX #71300B Peru Tan

📋 copy color: '#71300B'

red 113 ◦ green 48 ◦ blue 11

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

Shades of Peru Tan #71300B

Tints of Peru Tan #71300B

RGB

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

 GREEN value IS 48 (19.14% from 255) = 27.91%

 BLUE value IS 11 (4.69% from 255) = 6.4%

R = 65.7%
G = 27.91%
B = 6.4%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.90

 K value IS 0.56

RGB Variations

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

Color information

#71300B (or 0x71300B) is known color: Peru Tan. HEX triplet: 71, 30 and 0B. RGB value is (113,48,11). Sum of RGB (Red+Green+Blue) = 113+48+11=172 (22% of max value = 765). Red value is 113 (44.53% from 255 or 65.70% from 172); Green value is 48 (19.14% from 255 or 27.91% from 172); Blue value is 11 (4.69% from 255 or 6.40% from 172); Max value from RGB is 113 - color contains mainly: red. Hex color #71300B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #71300B is #8ECFF4. Grayscale: #3F3F3F. Windows color (decimal): -9359349 or 733297. OLE color: 733297.

HSL color Cylindrical-coordinate representation of color #71300B: hue angle of 21.76º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #71300B is Cyan = 0, Magento = 0.58, Yellow = 0.90 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 48 11 -
CMYK 0 0.58 0.90 0.56
HSL 21.76º 0.82% 0.24% -
HSV(B) 21.76º 0.9% 0.44% -
XYZ 7.93 5.65 0.99 -
YUV 63.22 98.53 163.51 -
System Red Green Blue C M Y K H S L
Decimal 113 48 11 0 0.58 0.90 0.56 21.76 0.82 0.24
Hex 71 30 B 0 3A 5A 38 16 52 18
Octal 161 60 13 0 72 132 70 26 122 30
Binary 1110001 110000 1011 0 111010 1011010 111000 10110 1010010 11000

Color Harmonies of #71300B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71300B

Black with #71300B

Text Example


Text Example

White with #71300B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,48,11); }

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

background-color css

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

 a { background-color: rgb(113,48,11); }

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

border-color css

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

 span { border-color: rgb(113,48,11); }

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