#73330B

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

Shades of Peru Tan #73330B

Tints of Peru Tan #73330B

Color information

#73330B (or 0x73330B) is unknown color: approx Peru Tan. HEX triplet: 73, 33 and 0B. RGB value is (115,51,11). Sum of RGB (Red+Green+Blue) = 115+51+11=177 (23% of max value = 765). Red value is 115 (45.31% from 255 or 64.97% from 177); Green value is 51 (20.31% from 255 or 28.81% from 177); Blue value is 11 (4.69% from 255 or 6.21% from 177); Max value from RGB is 115 - color contains mainly: red. Hex color #73330B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #73330B is #8CCCF4. Grayscale: #414141. Windows color (decimal): -9227509 or 734067. OLE color: 734067.

HSL color Cylindrical-coordinate representation of color #73330B: hue angle of 23.08º 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 #73330B is Cyan = 0, Magento = 0.56, Yellow = 0.90 and Black (K on CMYK) = 0.55.

Color convert

RGB1155111-
CMYK00.560.900.55
HSL23.08º82.54%24.71%-
HSV(B)23.08º90.43%45.1%-
XYZ8.316.041.04-
YUV65.5897.2163.25-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 64.97%
GREEN value IS 51 (20.31% from 255) = 28.81%
BLUE value IS 11 (4.69% from 255) = 6.21%
R=64.97%
G=28.81%
B=6.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.90
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115511100.560.900.5523.0882.5424.71
Hex7333B0385A37175319
Octal1636313070132672712331
Binary111001111001110110111000101101011011110111101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73330B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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