Html Css Color HEX #71350F Peru Tan

📋 copy color: '#71350F'

red 113 ◦ green 53 ◦ blue 15

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

Shades of Peru Tan #71350F

Tints of Peru Tan #71350F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 29.28%

 BLUE value IS 15 (6.25% from 255) = 8.29%

R = 62.43%
G = 29.28%
B = 8.29%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.87

 K value IS 0.56

RGB Variations

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

Color information

#71350F (or 0x71350F) is known color: Peru Tan. HEX triplet: 71, 35 and 0F. RGB value is (113,53,15). Sum of RGB (Red+Green+Blue) = 113+53+15=181 (23% of max value = 765). Red value is 113 (44.53% from 255 or 62.43% from 181); Green value is 53 (21.09% from 255 or 29.28% from 181); Blue value is 15 (6.25% from 255 or 8.29% from 181); Max value from RGB is 113 - color contains mainly: red. Hex color #71350F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #71350F is #8ECAF0. Grayscale: #424242. Windows color (decimal): -9358065 or 996721. OLE color: 996721.

HSL color Cylindrical-coordinate representation of color #71350F: hue angle of 23.27º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #71350F is Cyan = 0, Magento = 0.53, Yellow = 0.87 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 53 15 -
CMYK 0 0.53 0.87 0.56
HSL 23.27º 0.77% 0.25% -
HSV(B) 23.27º 0.87% 0.44% -
XYZ 8.17 6.09 1.2 -
YUV 66.61 98.88 161.09 -
System Red Green Blue C M Y K H S L
Decimal 113 53 15 0 0.53 0.87 0.56 23.27 0.77 0.25
Hex 71 35 F 0 35 57 38 17 4D 19
Octal 161 65 17 0 65 127 70 27 115 31
Binary 1110001 110101 1111 0 110101 1010111 111000 10111 1001101 11001

Color Harmonies of #71350F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71350F

Black with #71350F

Text Example


Text Example

White with #71350F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,53,15); }

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

background-color css

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

 a { background-color: rgb(113,53,15); }

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

border-color css

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

 span { border-color: rgb(113,53,15); }

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