Html Css Color HEX #71381F Peru Tan

📋 copy color: '#71381F'

red 113 ◦ green 56 ◦ blue 31

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

Shades of Peru Tan #71381F

Tints of Peru Tan #71381F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 28%

 BLUE value IS 31 (12.5% from 255) = 15.5%

R = 56.5%
G = 28%
B = 15.5%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.73

 K value IS 0.56

RGB Variations

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

Color information

#71381F (or 0x71381F) is known color: Peru Tan. HEX triplet: 71, 38 and 1F. RGB value is (113,56,31). Sum of RGB (Red+Green+Blue) = 113+56+31=200 (26% of max value = 765). Red value is 113 (44.53% from 255 or 56.5% from 200); Green value is 56 (22.27% from 255 or 28% from 200); Blue value is 31 (12.5% from 255 or 15.5% from 200); Max value from RGB is 113 - color contains mainly: red. Hex color #71381F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71381F is #8EC7E0. Grayscale: #464646. Windows color (decimal): -9357281 or 2046065. OLE color: 2046065.

HSL color Cylindrical-coordinate representation of color #71381F: hue angle of 18.29º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #71381F is Cyan = 0, Magento = 0.50, Yellow = 0.73 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 56 31 -
CMYK 0 0.50 0.73 0.56
HSL 18.29º 0.57% 0.28% -
HSV(B) 18.29º 0.73% 0.44% -
XYZ 8.47 6.44 2.09 -
YUV 70.19 105.88 158.53 -
System Red Green Blue C M Y K H S L
Decimal 113 56 31 0 0.50 0.73 0.56 18.29 0.57 0.28
Hex 71 38 1F 0 32 49 38 12 39 1C
Octal 161 70 37 0 62 111 70 22 71 34
Binary 1110001 111000 11111 0 110010 1001001 111000 10010 111001 11100

Color Harmonies of #71381F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71381F

Black with #71381F

Text Example


Text Example

White with #71381F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71381F; }

 p { color: rgb(113,56,31); }

 H1.HeaderClassName
 {
   color: #71381F;
 }
 .AnyTagClassName
 {
   color: #71381F;
 }
</style>

background-color css

<style>
 a { background-color: #71381F; }

 a { background-color: rgb(113,56,31); }

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

border-color css

<style>
 span { border-color: #71381F; }

 span { border-color: rgb(113,56,31); }

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