Html Css Color HEX #71330F Peru Tan

📋 copy color: '#71330F'

red 113 ◦ green 51 ◦ blue 15

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

Shades of Peru Tan #71330F

Tints of Peru Tan #71330F

RGB

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

 GREEN value IS 51 (20.31% from 255) = 28.49%

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

R = 63.13%
G = 28.49%
B = 8.38%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.87

 K value IS 0.56

RGB Variations

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

Color information

#71330F (or 0x71330F) is known color: Peru Tan. HEX triplet: 71, 33 and 0F. RGB value is (113,51,15). Sum of RGB (Red+Green+Blue) = 113+51+15=179 (23% of max value = 765). Red value is 113 (44.53% from 255 or 63.13% from 179); Green value is 51 (20.31% from 255 or 28.49% from 179); Blue value is 15 (6.25% from 255 or 8.38% from 179); Max value from RGB is 113 - color contains mainly: red. Hex color #71330F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #71330F is #8ECCF0. Grayscale: #414141. Windows color (decimal): -9358577 or 996209. OLE color: 996209.

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

Color convert

RGB 113 51 15 -
CMYK 0 0.55 0.87 0.56
HSL 22.04º 0.77% 0.25% -
HSV(B) 22.04º 0.87% 0.44% -
XYZ 8.08 5.91 1.17 -
YUV 65.43 99.54 161.93 -
System Red Green Blue C M Y K H S L
Decimal 113 51 15 0 0.55 0.87 0.56 22.04 0.77 0.25
Hex 71 33 F 0 37 57 38 16 4D 19
Octal 161 63 17 0 67 127 70 26 115 31
Binary 1110001 110011 1111 0 110111 1010111 111000 10110 1001101 11001

Color Harmonies of #71330F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71330F

Black with #71330F

Text Example


Text Example

White with #71330F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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