#74330E

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

Shades of Peru Tan #74330E

Tints of Peru Tan #74330E

Color information

#74330E (or 0x74330E) is unknown color: approx Peru Tan. HEX triplet: 74, 33 and 0E. RGB value is (116,51,14). Sum of RGB (Red+Green+Blue) = 116+51+14=181 (23% of max value = 765). Red value is 116 (45.70% from 255 or 64.09% from 181); Green value is 51 (20.31% from 255 or 28.18% from 181); Blue value is 14 (5.86% from 255 or 7.73% from 181); Max value from RGB is 116 - color contains mainly: red. Hex color #74330E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #74330E is #8BCCF1. Grayscale: #424242. Windows color (decimal): -9161970 or 930676. OLE color: 930676.

HSL color Cylindrical-coordinate representation of color #74330E: hue angle of 21.76º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #74330E is Cyan = 0, Magento = 0.56, Yellow = 0.88 and Black (K on CMYK) = 0.55.

Color convert

RGB1165114-
CMYK00.560.880.55
HSL21.76º78.46%25.49%-
HSV(B)21.76º87.93%45.49%-
XYZ8.476.111.15-
YUV66.2298.53163.51-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 64.09%
GREEN value IS 51 (20.31% from 255) = 28.18%
BLUE value IS 14 (5.86% from 255) = 7.73%
R=64.09%
G=28.18%
B=7.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.88
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116511400.560.880.5521.7678.4625.49
Hex7433E0385837164e19
Octal1646316070130672611631
Binary111010011001111100111000101100011011110110100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74330E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74330E; }

 p { color: rgb(116,51,14); }

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

<style>
 a { background-color: #74330E; }

 a { background-color: rgb(116,51,14); }

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

<style>
 span { border-color: #74330E; }

 span { border-color: rgb(116,51,14); }

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