#733B1A

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

Shades of Peru Tan #733B1A

Tints of Peru Tan #733B1A

Color information

#733B1A (or 0x733B1A) is unknown color: approx Peru Tan. HEX triplet: 73, 3B and 1A. RGB value is (115,59,26). Sum of RGB (Red+Green+Blue) = 115+59+26=200 (26% of max value = 765). Red value is 115 (45.31% from 255 or 57.5% from 200); Green value is 59 (23.44% from 255 or 29.5% from 200); Blue value is 26 (10.55% from 255 or 13% from 200); Max value from RGB is 115 - color contains mainly: red. Hex color #733B1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733B1A is #8CC4E5. Grayscale: #484848. Windows color (decimal): -9225446 or 1719155. OLE color: 1719155.

HSL color Cylindrical-coordinate representation of color #733B1A: hue angle of 22.25º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #733B1A is Cyan = 0, Magento = 0.49, Yellow = 0.77 and Black (K on CMYK) = 0.55.

Color convert

RGB1155926-
CMYK00.490.770.55
HSL22.25º63.12%27.65%-
HSV(B)22.25º77.39%45.1%-
XYZ8.826.851.83-
YUV71.98102.05158.68-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 57.5%
GREEN value IS 59 (23.44% from 255) = 29.5%
BLUE value IS 26 (10.55% from 255) = 13%
R=57.5%
G=29.5%
B=13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.77
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115592600.490.770.5522.2563.1227.65
Hex733B1A0314D37163f1c
Octal163733206111567267734
Binary111001111101111010011000110011011101111011011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733B1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #733B1A; }

 p { color: rgb(115,59,26); }

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

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

 a { background-color: rgb(115,59,26); }

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

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

 span { border-color: rgb(115,59,26); }

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