#733E1A

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

Shades of Peru Tan #733E1A

Tints of Peru Tan #733E1A

Color information

#733E1A (or 0x733E1A) is unknown color: approx Peru Tan. HEX triplet: 73, 3E and 1A. RGB value is (115,62,26). Sum of RGB (Red+Green+Blue) = 115+62+26=203 (26% of max value = 765). Red value is 115 (45.31% from 255 or 56.65% from 203); Green value is 62 (24.61% from 255 or 30.54% from 203); Blue value is 26 (10.55% from 255 or 12.81% from 203); Max value from RGB is 115 - color contains mainly: red. Hex color #733E1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733E1A is #8CC1E5. Grayscale: #494949. Windows color (decimal): -9224678 or 1719923. OLE color: 1719923.

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

Color convert

RGB1156226-
CMYK00.460.770.55
HSL24.27º63.12%27.65%-
HSV(B)24.27º77.39%45.1%-
XYZ8.987.161.89-
YUV73.74101.06157.43-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 56.65%
GREEN value IS 62 (24.61% from 255) = 30.54%
BLUE value IS 26 (10.55% from 255) = 12.81%
R=56.65%
G=30.54%
B=12.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.77
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115622600.460.770.5524.2763.1227.65
Hex733E1A02E4D37183f1c
Octal163763205611567307734
Binary111001111111011010010111010011011101111100011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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