#73350B

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

Shades of Peru Tan #73350B

Tints of Peru Tan #73350B

Color information

#73350B (or 0x73350B) is unknown color: approx Peru Tan. HEX triplet: 73, 35 and 0B. RGB value is (115,53,11). Sum of RGB (Red+Green+Blue) = 115+53+11=179 (23% of max value = 765). Red value is 115 (45.31% from 255 or 64.25% from 179); Green value is 53 (21.09% from 255 or 29.61% from 179); Blue value is 11 (4.69% from 255 or 6.15% from 179); Max value from RGB is 115 - color contains mainly: red. Hex color #73350B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #73350B is #8CCAF4. Grayscale: #424242. Windows color (decimal): -9226997 or 734579. OLE color: 734579.

HSL color Cylindrical-coordinate representation of color #73350B: hue angle of 24.23º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #73350B is Cyan = 0, Magento = 0.54, Yellow = 0.90 and Black (K on CMYK) = 0.55.

Color convert

RGB1155311-
CMYK00.540.900.55
HSL24.23º82.54%24.71%-
HSV(B)24.23º90.43%45.1%-
XYZ8.46.221.07-
YUV66.7596.54162.42-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 64.25%
GREEN value IS 53 (21.09% from 255) = 29.61%
BLUE value IS 11 (4.69% from 255) = 6.15%
R=64.25%
G=29.61%
B=6.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.90
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115531100.540.900.5524.2382.5424.71
Hex7335B0365A37185319
Octal1636513066132673012331
Binary111001111010110110110110101101011011111000101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73350B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73350B; }

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

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

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

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

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

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

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

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