Html Css Color HEX #71361D Peru Tan

📋 copy color: '#71361D'

red 113 ◦ green 54 ◦ blue 29

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

Shades of Peru Tan #71361D

Tints of Peru Tan #71361D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 27.55%

 BLUE value IS 29 (11.72% from 255) = 14.8%

R = 57.65%
G = 27.55%
B = 14.8%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.74

 K value IS 0.56

RGB Variations

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

Color information

#71361D (or 0x71361D) is known color: Peru Tan. HEX triplet: 71, 36 and 1D. RGB value is (113,54,29). Sum of RGB (Red+Green+Blue) = 113+54+29=196 (25% of max value = 765). Red value is 113 (44.53% from 255 or 57.65% from 196); Green value is 54 (21.48% from 255 or 27.55% from 196); Blue value is 29 (11.72% from 255 or 14.80% from 196); Max value from RGB is 113 - color contains mainly: red. Hex color #71361D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71361D is #8EC9E2. Grayscale: #444444. Windows color (decimal): -9357795 or 1914481. OLE color: 1914481.

HSL color Cylindrical-coordinate representation of color #71361D: hue angle of 17.86º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #71361D is Cyan = 0, Magento = 0.52, Yellow = 0.74 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 54 29 -
CMYK 0 0.52 0.74 0.56
HSL 17.86º 0.59% 0.28% -
HSV(B) 17.86º 0.74% 0.44% -
XYZ 8.35 6.24 1.93 -
YUV 68.79 105.55 159.53 -
System Red Green Blue C M Y K H S L
Decimal 113 54 29 0 0.52 0.74 0.56 17.86 0.59 0.28
Hex 71 36 1D 0 34 4A 38 12 3B 1C
Octal 161 66 35 0 64 112 70 22 73 34
Binary 1110001 110110 11101 0 110100 1001010 111000 10010 111011 11100

Color Harmonies of #71361D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71361D

Black with #71361D

Text Example


Text Example

White with #71361D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,54,29); }

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

background-color css

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

 a { background-color: rgb(113,54,29); }

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

border-color css

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

 span { border-color: rgb(113,54,29); }

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