Html Css Color HEX #71380F Peru Tan

📋 copy color: '#71380F'

red 113 ◦ green 56 ◦ blue 15

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

Shades of Peru Tan #71380F

Tints of Peru Tan #71380F

RGB

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

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

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

R = 61.41%
G = 30.43%
B = 8.15%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.87

 K value IS 0.56

RGB Variations

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

Color information

#71380F (or 0x71380F) is known color: Peru Tan. HEX triplet: 71, 38 and 0F. RGB value is (113,56,15). Sum of RGB (Red+Green+Blue) = 113+56+15=184 (24% of max value = 765). Red value is 113 (44.53% from 255 or 61.41% from 184); Green value is 56 (22.27% from 255 or 30.43% from 184); Blue value is 15 (6.25% from 255 or 8.15% from 184); Max value from RGB is 113 - color contains mainly: red. Hex color #71380F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #71380F is #8EC7F0. Grayscale: #444444. Windows color (decimal): -9357297 or 997489. OLE color: 997489.

HSL color Cylindrical-coordinate representation of color #71380F: hue angle of 25.1º 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 #71380F is Cyan = 0, Magento = 0.50, Yellow = 0.87 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 56 15 -
CMYK 0 0.50 0.87 0.56
HSL 25.1º 0.77% 0.25% -
HSV(B) 25.1º 0.87% 0.44% -
XYZ 8.31 6.37 1.24 -
YUV 68.37 97.88 159.83 -
System Red Green Blue C M Y K H S L
Decimal 113 56 15 0 0.50 0.87 0.56 25.1 0.77 0.25
Hex 71 38 F 0 32 57 38 19 4D 19
Octal 161 70 17 0 62 127 70 31 115 31
Binary 1110001 111000 1111 0 110010 1010111 111000 11001 1001101 11001

Color Harmonies of #71380F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71380F

Black with #71380F

Text Example


Text Example

White with #71380F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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