Html Css Color HEX #713818 Peru Tan

📋 copy color: '#713818'

red 113 ◦ green 56 ◦ blue 24

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

Shades of Peru Tan #713818

Tints of Peru Tan #713818

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 12.44%

R = 58.55%
G = 29.02%
B = 12.44%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.79

 K value IS 0.56

RGB Variations

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

Color information

#713818 (or 0x713818) is known color: Peru Tan. HEX triplet: 71, 38 and 18. RGB value is (113,56,24). Sum of RGB (Red+Green+Blue) = 113+56+24=193 (25% of max value = 765). Red value is 113 (44.53% from 255 or 58.55% from 193); Green value is 56 (22.27% from 255 or 29.02% from 193); Blue value is 24 (9.77% from 255 or 12.44% from 193); Max value from RGB is 113 - color contains mainly: red. Hex color #713818 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713818 is #8EC7E7. Grayscale: #454545. Windows color (decimal): -9357288 or 1587313. OLE color: 1587313.

HSL color Cylindrical-coordinate representation of color #713818: hue angle of 21.57º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #713818 is Cyan = 0, Magento = 0.50, Yellow = 0.79 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 56 24 -
CMYK 0 0.50 0.79 0.56
HSL 21.57º 0.65% 0.27% -
HSV(B) 21.57º 0.79% 0.44% -
XYZ 8.39 6.41 1.66 -
YUV 69.4 102.38 159.1 -
System Red Green Blue C M Y K H S L
Decimal 113 56 24 0 0.50 0.79 0.56 21.57 0.65 0.27
Hex 71 38 18 0 32 4F 38 16 41 1B
Octal 161 70 30 0 62 117 70 26 101 33
Binary 1110001 111000 11000 0 110010 1001111 111000 10110 1000001 11011

Color Harmonies of #713818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713818

Black with #713818

Text Example


Text Example

White with #713818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713818; }

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

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

background-color css

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

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

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

border-color css

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

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

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