Html Css Color HEX #723313 Peru Tan

📋 copy color: '#723313'

red 114 ◦ green 51 ◦ blue 19

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

Shades of Peru Tan #723313

Tints of Peru Tan #723313

RGB

 RED value IS 114 (44.92% from 255) = 61.96%

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

 BLUE value IS 19 (7.81% from 255) = 10.33%

R = 61.96%
G = 27.72%
B = 10.33%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.83

 K value IS 0.55

RGB Variations

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

Color information

#723313 (or 0x723313) is known color: Peru Tan. HEX triplet: 72, 33 and 13. RGB value is (114,51,19). Sum of RGB (Red+Green+Blue) = 114+51+19=184 (24% of max value = 765). Red value is 114 (44.92% from 255 or 61.96% from 184); Green value is 51 (20.31% from 255 or 27.72% from 184); Blue value is 19 (7.81% from 255 or 10.33% from 184); Max value from RGB is 114 - color contains mainly: red. Hex color #723313 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #723313 is #8DCCEC. Grayscale: #424242. Windows color (decimal): -9293037 or 1258354. OLE color: 1258354.

HSL color Cylindrical-coordinate representation of color #723313: hue angle of 20.21º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #723313 is Cyan = 0, Magento = 0.55, Yellow = 0.83 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 51 19 -
CMYK 0 0.55 0.83 0.55
HSL 20.21º 0.71% 0.26% -
HSV(B) 20.21º 0.83% 0.45% -
XYZ 8.24 5.99 1.34 -
YUV 66.19 101.37 162.1 -
System Red Green Blue C M Y K H S L
Decimal 114 51 19 0 0.55 0.83 0.55 20.21 0.71 0.26
Hex 72 33 13 0 37 53 37 14 47 1A
Octal 162 63 23 0 67 123 67 24 107 32
Binary 1110010 110011 10011 0 110111 1010011 110111 10100 1000111 11010

Color Harmonies of #723313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #723313

Black with #723313

Text Example


Text Example

White with #723313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #723313; }

 p { color: rgb(114,51,19); }

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

background-color css

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

 a { background-color: rgb(114,51,19); }

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

border-color css

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

 span { border-color: rgb(114,51,19); }

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