#734223

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

Shades of Peru Tan #734223

Tints of Peru Tan #734223

Color information

#734223 (or 0x734223) is unknown color: approx Peru Tan. HEX triplet: 73, 42 and 23. RGB value is (115,66,35). Sum of RGB (Red+Green+Blue) = 115+66+35=216 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.24% from 216); Green value is 66 (26.17% from 255 or 30.56% from 216); Blue value is 35 (14.06% from 255 or 16.20% from 216); Max value from RGB is 115 - color contains mainly: red. Hex color #734223 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #734223 is #8CBDDC. Grayscale: #4D4D4D. Windows color (decimal): -9223645 or 2310771. OLE color: 2310771.

HSL color Cylindrical-coordinate representation of color #734223: hue angle of 23.25º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #734223 is Cyan = 0, Magento = 0.43, Yellow = 0.70 and Black (K on CMYK) = 0.55.

Color convert

RGB1156635-
CMYK00.430.700.55
HSL23.25º53.33%29.41%-
HSV(B)23.25º69.57%45.1%-
XYZ9.327.662.58-
YUV77.12104.23155.02-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 53.24%
GREEN value IS 66 (26.17% from 255) = 30.56%
BLUE value IS 35 (14.06% from 255) = 16.20%
R=53.24%
G=30.56%
B=16.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.70
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115663500.430.700.5523.2553.3329.41
Hex73422302B463717351d
Octal1631024305310667276535
Binary11100111000010100011010101110001101101111011111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734223; }

 p { color: rgb(115,66,35); }

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

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

 a { background-color: rgb(115,66,35); }

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

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

 span { border-color: rgb(115,66,35); }

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