#743A22

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

Shades of Peru Tan #743A22

Tints of Peru Tan #743A22

Color information

#743A22 (or 0x743A22) is unknown color: approx Peru Tan. HEX triplet: 74, 3A and 22. RGB value is (116,58,34). Sum of RGB (Red+Green+Blue) = 116+58+34=208 (27% of max value = 765). Red value is 116 (45.70% from 255 or 55.77% from 208); Green value is 58 (23.05% from 255 or 27.88% from 208); Blue value is 34 (13.67% from 255 or 16.35% from 208); Max value from RGB is 116 - color contains mainly: red. Hex color #743A22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743A22 is #8BC5DD. Grayscale: #484848. Windows color (decimal): -9160158 or 2243188. OLE color: 2243188.

HSL color Cylindrical-coordinate representation of color #743A22: hue angle of 17.56º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #743A22 is Cyan = 0, Magento = 0.5, Yellow = 0.71 and Black (K on CMYK) = 0.55.

Color convert

RGB1165834-
CMYK00.50.710.55
HSL17.56º54.67%29.41%-
HSV(B)17.56º70.69%45.49%-
XYZ96.852.36-
YUV72.61106.22158.95-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 55.77%
GREEN value IS 58 (23.05% from 255) = 27.88%
BLUE value IS 34 (13.67% from 255) = 16.35%
R=55.77%
G=27.88%
B=16.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.71
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116583400.50.710.5517.5654.6729.41
Hex743A22032473712371d
Octal164724206210767226735
Binary1110100111010100010011001010001111101111001011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743A22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743A22; }

 p { color: rgb(116,58,34); }

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

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

 a { background-color: rgb(116,58,34); }

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

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

 span { border-color: rgb(116,58,34); }

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