Html Css Color HEX #71361C Peru Tan

📋 copy color: '#71361C'

red 113 ◦ green 54 ◦ blue 28

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

Shades of Peru Tan #71361C

Tints of Peru Tan #71361C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 14.36%

R = 57.95%
G = 27.69%
B = 14.36%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.75

 K value IS 0.56

RGB Variations

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

Color information

#71361C (or 0x71361C) is known color: Peru Tan. HEX triplet: 71, 36 and 1C. RGB value is (113,54,28). Sum of RGB (Red+Green+Blue) = 113+54+28=195 (25% of max value = 765). Red value is 113 (44.53% from 255 or 57.95% from 195); Green value is 54 (21.48% from 255 or 27.69% from 195); Blue value is 28 (11.33% from 255 or 14.36% from 195); Max value from RGB is 113 - color contains mainly: red. Hex color #71361C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71361C is #8EC9E3. Grayscale: #444444. Windows color (decimal): -9357796 or 1848945. OLE color: 1848945.

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

Color convert

RGB 113 54 28 -
CMYK 0 0.52 0.75 0.56
HSL 18.35º 0.6% 0.28% -
HSV(B) 18.35º 0.75% 0.44% -
XYZ 8.34 6.23 1.86 -
YUV 68.68 105.05 159.61 -
System Red Green Blue C M Y K H S L
Decimal 113 54 28 0 0.52 0.75 0.56 18.35 0.6 0.28
Hex 71 36 1C 0 34 4B 38 12 3C 1C
Octal 161 66 34 0 64 113 70 22 74 34
Binary 1110001 110110 11100 0 110100 1001011 111000 10010 111100 11100

Color Harmonies of #71361C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71361C

Black with #71361C

Text Example


Text Example

White with #71361C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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