Html Css Color HEX #723010 Peru Tan

📋 copy color: '#723010'

red 114 ◦ green 48 ◦ blue 16

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

Shades of Peru Tan #723010

Tints of Peru Tan #723010

RGB

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

 GREEN value IS 48 (19.14% from 255) = 26.97%

 BLUE value IS 16 (6.64% from 255) = 8.99%

R = 64.04%
G = 26.97%
B = 8.99%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.86

 K value IS 0.55

RGB Variations

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

Color information

#723010 (or 0x723010) is known color: Peru Tan. HEX triplet: 72, 30 and 10. RGB value is (114,48,16). Sum of RGB (Red+Green+Blue) = 114+48+16=178 (23% of max value = 765). Red value is 114 (44.92% from 255 or 64.04% from 178); Green value is 48 (19.14% from 255 or 26.97% from 178); Blue value is 16 (6.64% from 255 or 8.99% from 178); Max value from RGB is 114 - color contains mainly: red. Hex color #723010 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #723010 is #8DCFEF. Grayscale: #404040. Windows color (decimal): -9293808 or 1060978. OLE color: 1060978.

HSL color Cylindrical-coordinate representation of color #723010: hue angle of 19.59º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #723010 is Cyan = 0, Magento = 0.58, Yellow = 0.86 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 48 16 -
CMYK 0 0.58 0.86 0.55
HSL 19.59º 0.75% 0.25% -
HSV(B) 19.59º 0.86% 0.45% -
XYZ 8.09 5.73 1.17 -
YUV 64.09 100.87 163.6 -
System Red Green Blue C M Y K H S L
Decimal 114 48 16 0 0.58 0.86 0.55 19.59 0.75 0.25
Hex 72 30 10 0 3A 56 37 14 4B 19
Octal 162 60 20 0 72 126 67 24 113 31
Binary 1110010 110000 10000 0 111010 1010110 110111 10100 1001011 11001

Color Harmonies of #723010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #723010

Black with #723010

Text Example


Text Example

White with #723010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #723010; }

 p { color: rgb(114,48,16); }

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

background-color css

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

 a { background-color: rgb(114,48,16); }

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

border-color css

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

 span { border-color: rgb(114,48,16); }

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