#73351A

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

Shades of Peru Tan #73351A

Tints of Peru Tan #73351A

Color information

#73351A (or 0x73351A) is unknown color: approx Peru Tan. HEX triplet: 73, 35 and 1A. RGB value is (115,53,26). Sum of RGB (Red+Green+Blue) = 115+53+26=194 (25% of max value = 765). Red value is 115 (45.31% from 255 or 59.28% from 194); Green value is 53 (21.09% from 255 or 27.32% from 194); Blue value is 26 (10.55% from 255 or 13.40% from 194); Max value from RGB is 115 - color contains mainly: red. Hex color #73351A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73351A is #8CCAE5. Grayscale: #444444. Windows color (decimal): -9226982 or 1717619. OLE color: 1717619.

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

Color convert

RGB1155326-
CMYK00.540.770.55
HSL18.2º63.12%27.65%-
HSV(B)18.2º77.39%45.1%-
XYZ8.536.271.74-
YUV68.46104.04161.2-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 59.28%
GREEN value IS 53 (21.09% from 255) = 27.32%
BLUE value IS 26 (10.55% from 255) = 13.40%
R=59.28%
G=27.32%
B=13.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.77
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115532600.540.770.5518.263.1227.65
Hex73351A0364D37123f1c
Octal163653206611567227734
Binary111001111010111010011011010011011101111001011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73351A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73351A; }

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

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

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

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

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

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

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

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