Html Css Color HEX #71360C Peru Tan

📋 copy color: '#71360C'

red 113 ◦ green 54 ◦ blue 12

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

Shades of Peru Tan #71360C

Tints of Peru Tan #71360C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 30.17%

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

R = 63.13%
G = 30.17%
B = 6.7%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.89

 K value IS 0.56

RGB Variations

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

Color information

#71360C (or 0x71360C) is known color: Peru Tan. HEX triplet: 71, 36 and 0C. RGB value is (113,54,12). Sum of RGB (Red+Green+Blue) = 113+54+12=179 (23% of max value = 765). Red value is 113 (44.53% from 255 or 63.13% from 179); Green value is 54 (21.48% from 255 or 30.17% from 179); Blue value is 12 (5.08% from 255 or 6.70% from 179); Max value from RGB is 113 - color contains mainly: red. Hex color #71360C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #71360C is #8EC9F3. Grayscale: #434343. Windows color (decimal): -9357812 or 800369. OLE color: 800369.

HSL color Cylindrical-coordinate representation of color #71360C: hue angle of 24.95º 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 #71360C is Cyan = 0, Magento = 0.52, Yellow = 0.89 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 54 12 -
CMYK 0 0.52 0.89 0.56
HSL 24.95º 0.81% 0.25% -
HSV(B) 24.95º 0.89% 0.44% -
XYZ 8.2 6.18 1.11 -
YUV 66.85 97.05 160.92 -
System Red Green Blue C M Y K H S L
Decimal 113 54 12 0 0.52 0.89 0.56 24.95 0.81 0.25
Hex 71 36 C 0 34 59 38 19 51 19
Octal 161 66 14 0 64 131 70 31 121 31
Binary 1110001 110110 1100 0 110100 1011001 111000 11001 1010001 11001

Color Harmonies of #71360C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71360C

Black with #71360C

Text Example


Text Example

White with #71360C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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