Html Css Color HEX #71330C Peru Tan

📋 copy color: '#71330C'

red 113 ◦ green 51 ◦ blue 12

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

Shades of Peru Tan #71330C

Tints of Peru Tan #71330C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 6.82%

R = 64.2%
G = 28.98%
B = 6.82%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.89

 K value IS 0.56

RGB Variations

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

Color information

#71330C (or 0x71330C) is known color: Peru Tan. HEX triplet: 71, 33 and 0C. RGB value is (113,51,12). Sum of RGB (Red+Green+Blue) = 113+51+12=176 (23% of max value = 765). Red value is 113 (44.53% from 255 or 64.20% from 176); Green value is 51 (20.31% from 255 or 28.98% from 176); Blue value is 12 (5.08% from 255 or 6.82% from 176); Max value from RGB is 113 - color contains mainly: red. Hex color #71330C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #71330C is #8ECCF3. Grayscale: #414141. Windows color (decimal): -9358580 or 799601. OLE color: 799601.

HSL color Cylindrical-coordinate representation of color #71330C: hue angle of 23.17º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #71330C is Cyan = 0, Magento = 0.55, Yellow = 0.89 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 51 12 -
CMYK 0 0.55 0.89 0.56
HSL 23.17º 0.81% 0.25% -
HSV(B) 23.17º 0.89% 0.44% -
XYZ 8.06 5.9 1.06 -
YUV 65.09 98.04 162.17 -
System Red Green Blue C M Y K H S L
Decimal 113 51 12 0 0.55 0.89 0.56 23.17 0.81 0.25
Hex 71 33 C 0 37 59 38 17 51 19
Octal 161 63 14 0 67 131 70 27 121 31
Binary 1110001 110011 1100 0 110111 1011001 111000 10111 1010001 11001

Color Harmonies of #71330C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71330C

Black with #71330C

Text Example


Text Example

White with #71330C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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