#733A0F

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

Shades of Peru Tan #733A0F

Tints of Peru Tan #733A0F

Color information

#733A0F (or 0x733A0F) is unknown color: approx Peru Tan. HEX triplet: 73, 3A and 0F. RGB value is (115,58,15). Sum of RGB (Red+Green+Blue) = 115+58+15=188 (24% of max value = 765). Red value is 115 (45.31% from 255 or 61.17% from 188); Green value is 58 (23.05% from 255 or 30.85% from 188); Blue value is 15 (6.25% from 255 or 7.98% from 188); Max value from RGB is 115 - color contains mainly: red. Hex color #733A0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #733A0F is #8CC5F0. Grayscale: #464646. Windows color (decimal): -9225713 or 998003. OLE color: 998003.

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

Color convert

RGB1155815-
CMYK00.500.870.55
HSL25.8º76.92%25.49%-
HSV(B)25.8º86.96%45.1%-
XYZ8.676.711.29-
YUV70.1496.88160-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 61.17%
GREEN value IS 58 (23.05% from 255) = 30.85%
BLUE value IS 15 (6.25% from 255) = 7.98%
R=61.17%
G=30.85%
B=7.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.87
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115581500.500.870.5525.876.9225.49
Hex733AF03257371a4d19
Octal1637217062127673211531
Binary111001111101011110110010101011111011111010100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,58,15); }

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

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

 a { background-color: rgb(115,58,15); }

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

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

 span { border-color: rgb(115,58,15); }

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