#723812

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

Shades of Peru Tan #723812

Tints of Peru Tan #723812

Color information

#723812 (or 0x723812) is unknown color: approx Peru Tan. HEX triplet: 72, 38 and 12. RGB value is (114,56,18). Sum of RGB (Red+Green+Blue) = 114+56+18=188 (24% of max value = 765). Red value is 114 (44.92% from 255 or 60.64% from 188); Green value is 56 (22.27% from 255 or 29.79% from 188); Blue value is 18 (7.42% from 255 or 9.57% from 188); Max value from RGB is 114 - color contains mainly: red. Hex color #723812 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #723812 is #8DC7ED. Grayscale: #454545. Windows color (decimal): -9291758 or 1194098. OLE color: 1194098.

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

Color convert

RGB1145618-
CMYK00.510.840.55
HSL23.75º72.73%25.88%-
HSV(B)23.75º84.21%44.71%-
XYZ8.466.451.37-
YUV69.0199.22160.09-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 60.64%
GREEN value IS 56 (22.27% from 255) = 29.79%
BLUE value IS 18 (7.42% from 255) = 9.57%
R=60.64%
G=29.79%
B=9.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.84
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114561800.510.840.5523.7572.7325.88
Hex723812033543718491a
Octal1627022063124673011132
Binary1110010111000100100110011101010011011111000100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #723812; }

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

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

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

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

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

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

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

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