#723308

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

Shades of Peru Tan #723308

Tints of Peru Tan #723308

Color information

#723308 (or 0x723308) is unknown color: approx Peru Tan. HEX triplet: 72, 33 and 08. RGB value is (114,51,8). Sum of RGB (Red+Green+Blue) = 114+51+8=173 (22% of max value = 765). Red value is 114 (44.92% from 255 or 65.90% from 173); Green value is 51 (20.31% from 255 or 29.48% from 173); Blue value is 8 (3.52% from 255 or 4.62% from 173); Max value from RGB is 114 - color contains mainly: red. Hex color #723308 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #723308 is #8DCCF7. Grayscale: #414141. Windows color (decimal): -9293048 or 537458. OLE color: 537458.

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

Color convert

RGB114518-
CMYK00.550.930.55
HSL24.34º86.89%23.92%-
HSV(B)24.34º92.98%44.71%-
XYZ8.175.960.95-
YUV64.9495.87163-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 65.90%
GREEN value IS 51 (20.31% from 255) = 29.48%
BLUE value IS 8 (3.52% from 255) = 4.62%
R=65.90%
G=29.48%
B=4.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.93
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11451800.550.930.5524.3486.8923.92
Hex723380375D37185718
Octal1626310067135673012730
Binary111001011001110000110111101110111011111000101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #723308; }

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

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

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

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

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

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

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

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