Html Css Color HEX #71330B Peru Tan

📋 copy color: '#71330B'

red 113 ◦ green 51 ◦ blue 11

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

Shades of Peru Tan #71330B

Tints of Peru Tan #71330B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 6.29%

R = 64.57%
G = 29.14%
B = 6.29%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.90

 K value IS 0.56

RGB Variations

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

Color information

#71330B (or 0x71330B) is known color: Peru Tan. HEX triplet: 71, 33 and 0B. RGB value is (113,51,11). Sum of RGB (Red+Green+Blue) = 113+51+11=175 (23% of max value = 765). Red value is 113 (44.53% from 255 or 64.57% from 175); Green value is 51 (20.31% from 255 or 29.14% from 175); Blue value is 11 (4.69% from 255 or 6.29% from 175); Max value from RGB is 113 - color contains mainly: red. Hex color #71330B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #71330B is #8ECCF4. Grayscale: #414141. Windows color (decimal): -9358581 or 734065. OLE color: 734065.

HSL color Cylindrical-coordinate representation of color #71330B: hue angle of 23.53º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #71330B is Cyan = 0, Magento = 0.55, Yellow = 0.90 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 51 11 -
CMYK 0 0.55 0.90 0.56
HSL 23.53º 0.82% 0.24% -
HSV(B) 23.53º 0.9% 0.44% -
XYZ 8.05 5.9 1.03 -
YUV 64.98 97.54 162.25 -
System Red Green Blue C M Y K H S L
Decimal 113 51 11 0 0.55 0.90 0.56 23.53 0.82 0.24
Hex 71 33 B 0 37 5A 38 18 52 18
Octal 161 63 13 0 67 132 70 30 122 30
Binary 1110001 110011 1011 0 110111 1011010 111000 11000 1010010 11000

Color Harmonies of #71330B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71330B

Black with #71330B

Text Example


Text Example

White with #71330B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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