Html Css Color HEX #71381E Peru Tan

📋 copy color: '#71381E'

red 113 ◦ green 56 ◦ blue 30

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

Shades of Peru Tan #71381E

Tints of Peru Tan #71381E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 15.08%

R = 56.78%
G = 28.14%
B = 15.08%

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

#71381E (or 0x71381E) is known color: Peru Tan. HEX triplet: 71, 38 and 1E. RGB value is (113,56,30). Sum of RGB (Red+Green+Blue) = 113+56+30=199 (26% of max value = 765). Red value is 113 (44.53% from 255 or 56.78% from 199); Green value is 56 (22.27% from 255 or 28.14% from 199); Blue value is 30 (12.11% from 255 or 15.08% from 199); Max value from RGB is 113 - color contains mainly: red. Hex color #71381E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71381E is #8EC7E1. Grayscale: #464646. Windows color (decimal): -9357282 or 1980529. OLE color: 1980529.

HSL color Cylindrical-coordinate representation of color #71381E: hue angle of 18.8º degrees, saturation: 0.58, 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 #71381E is Cyan = 0, Magento = 0.50, Yellow = 0.73 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 56 30 -
CMYK 0 0.50 0.73 0.56
HSL 18.8º 0.58% 0.28% -
HSV(B) 18.8º 0.73% 0.44% -
XYZ 8.46 6.43 2.02 -
YUV 70.08 105.38 158.61 -
System Red Green Blue C M Y K H S L
Decimal 113 56 30 0 0.50 0.73 0.56 18.8 0.58 0.28
Hex 71 38 1E 0 32 49 38 13 3A 1C
Octal 161 70 36 0 62 111 70 23 72 34
Binary 1110001 111000 11110 0 110010 1001001 111000 10011 111010 11100

Color Harmonies of #71381E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71381E

Black with #71381E

Text Example


Text Example

White with #71381E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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