#723408

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

Shades of Peru Tan #723408

Tints of Peru Tan #723408

Color information

#723408 (or 0x723408) is unknown color: approx Peru Tan. HEX triplet: 72, 34 and 08. RGB value is (114,52,8). Sum of RGB (Red+Green+Blue) = 114+52+8=174 (23% of max value = 765). Red value is 114 (44.92% from 255 or 65.52% from 174); Green value is 52 (20.70% from 255 or 29.89% from 174); Blue value is 8 (3.52% from 255 or 4.60% from 174); Max value from RGB is 114 - color contains mainly: red. Hex color #723408 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #723408 is #8DCBF7. Grayscale: #414141. Windows color (decimal): -9292792 or 537714. OLE color: 537714.

HSL color Cylindrical-coordinate representation of color #723408: hue angle of 24.91º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #723408 is Cyan = 0, Magento = 0.54, Yellow = 0.93 and Black (K on CMYK) = 0.55.

Color convert

RGB114528-
CMYK00.540.930.55
HSL24.91º86.89%23.92%-
HSV(B)24.91º92.98%44.71%-
XYZ8.216.050.96-
YUV65.5295.54162.58-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 65.52%
GREEN value IS 52 (20.70% from 255) = 29.89%
BLUE value IS 8 (3.52% from 255) = 4.60%
R=65.52%
G=29.89%
B=4.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.93
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11452800.540.930.5524.9186.8923.92
Hex723480365D37195718
Octal1626410066135673112730
Binary111001011010010000110110101110111011111001101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #723408; }

 p { color: rgb(114,52,8); }

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

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

 a { background-color: rgb(114,52,8); }

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

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

 span { border-color: rgb(114,52,8); }

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