Html Css Color HEX #71330D Peru Tan

📋 copy color: '#71330D'

red 113 ◦ green 51 ◦ blue 13

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

Shades of Peru Tan #71330D

Tints of Peru Tan #71330D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 28.81%

 BLUE value IS 13 (5.47% from 255) = 7.34%

R = 63.84%
G = 28.81%
B = 7.34%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#71330D (or 0x71330D) is known color: Peru Tan. HEX triplet: 71, 33 and 0D. RGB value is (113,51,13). Sum of RGB (Red+Green+Blue) = 113+51+13=177 (23% of max value = 765). Red value is 113 (44.53% from 255 or 63.84% from 177); Green value is 51 (20.31% from 255 or 28.81% from 177); Blue value is 13 (5.47% from 255 or 7.34% from 177); Max value from RGB is 113 - color contains mainly: red. Hex color #71330D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #71330D is #8ECCF2. Grayscale: #414141. Windows color (decimal): -9358579 or 865137. OLE color: 865137.

HSL color Cylindrical-coordinate representation of color #71330D: hue angle of 22.8º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #71330D is Cyan = 0, Magento = 0.55, Yellow = 0.88 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 51 13 -
CMYK 0 0.55 0.88 0.56
HSL 22.8º 0.79% 0.25% -
HSV(B) 22.8º 0.88% 0.44% -
XYZ 8.07 5.91 1.1 -
YUV 65.21 98.54 162.09 -
System Red Green Blue C M Y K H S L
Decimal 113 51 13 0 0.55 0.88 0.56 22.8 0.79 0.25
Hex 71 33 D 0 37 58 38 17 4F 19
Octal 161 63 15 0 67 130 70 27 117 31
Binary 1110001 110011 1101 0 110111 1011000 111000 10111 1001111 11001

Color Harmonies of #71330D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71330D

Black with #71330D

Text Example


Text Example

White with #71330D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71330D; }

 p { color: rgb(113,51,13); }

 H1.HeaderClassName
 {
   color: #71330D;
 }
 .AnyTagClassName
 {
   color: #71330D;
 }
</style>

background-color css

<style>
 a { background-color: #71330D; }

 a { background-color: rgb(113,51,13); }

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

border-color css

<style>
 span { border-color: #71330D; }

 span { border-color: rgb(113,51,13); }

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