#723814

Color #723814 Peru Tan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Peru Tan #723814

Tints of Peru Tan #723814

Color information

#723814 (or 0x723814) is unknown color: approx Peru Tan. HEX triplet: 72, 38 and 14. RGB value is (114,56,20). Sum of RGB (Red+Green+Blue) = 114+56+20=190 (25% of max value = 765). Red value is 114 (44.92% from 255 or 60% from 190); Green value is 56 (22.27% from 255 or 29.47% from 190); Blue value is 20 (8.20% from 255 or 10.53% from 190); Max value from RGB is 114 - color contains mainly: red. Hex color #723814 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #723814 is #8DC7EB. Grayscale: #454545. Windows color (decimal): -9291756 or 1325170. OLE color: 1325170.

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

Color convert

RGB1145620-
CMYK00.510.820.55
HSL22.98º70.15%26.27%-
HSV(B)22.98º82.46%44.71%-
XYZ8.486.461.46-
YUV69.24100.22159.93-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 60%
GREEN value IS 56 (22.27% from 255) = 29.47%
BLUE value IS 20 (8.20% from 255) = 10.53%
R=60%
G=29.47%
B=10.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.82
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114562000.510.820.5522.9870.1526.27
Hex723814033523717461a
Octal1627024063122672710632
Binary1110010111000101000110011101001011011110111100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #723814; }

 p { color: rgb(114,56,20); }

 H1.HeaderClassName
 {
   color: #723814;
 }
 .AnyTagClassName
 {
   color: #723814;
 }
</style>
background-color css

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

 a { background-color: rgb(114,56,20); }

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

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

 span { border-color: rgb(114,56,20); }

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