#723910

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

Shades of Peru Tan #723910

Tints of Peru Tan #723910

Color information

#723910 (or 0x723910) is unknown color: approx Peru Tan. HEX triplet: 72, 39 and 10. RGB value is (114,57,16). Sum of RGB (Red+Green+Blue) = 114+57+16=187 (24% of max value = 765). Red value is 114 (44.92% from 255 or 60.96% from 187); Green value is 57 (22.66% from 255 or 30.48% from 187); Blue value is 16 (6.64% from 255 or 8.56% from 187); Max value from RGB is 114 - color contains mainly: red. Hex color #723910 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #723910 is #8DC6EF. Grayscale: #454545. Windows color (decimal): -9291504 or 1063282. OLE color: 1063282.

HSL color Cylindrical-coordinate representation of color #723910: hue angle of 25.1º 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 #723910 is Cyan = 0, Magento = 0.50, Yellow = 0.86 and Black (K on CMYK) = 0.55.

Color convert

RGB1145716-
CMYK00.500.860.55
HSL25.1º75.38%25.49%-
HSV(B)25.1º85.96%44.71%-
XYZ8.56.541.3-
YUV69.3797.88159.83-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 60.96%
GREEN value IS 57 (22.66% from 255) = 30.48%
BLUE value IS 16 (6.64% from 255) = 8.56%
R=60.96%
G=30.48%
B=8.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.86
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114571600.500.860.5525.175.3825.49
Hex7239100325637194b19
Octal1627120062126673111331
Binary1110010111001100000110010101011011011111001100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #723910; }

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

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

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

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

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

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

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

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