#74320C

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

Shades of Peru Tan #74320C

Tints of Peru Tan #74320C

Color information

#74320C (or 0x74320C) is unknown color: approx Peru Tan. HEX triplet: 74, 32 and 0C. RGB value is (116,50,12). Sum of RGB (Red+Green+Blue) = 116+50+12=178 (23% of max value = 765). Red value is 116 (45.70% from 255 or 65.17% from 178); Green value is 50 (19.92% from 255 or 28.09% from 178); Blue value is 12 (5.08% from 255 or 6.74% from 178); Max value from RGB is 116 - color contains mainly: red. Hex color #74320C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #74320C is #8BCDF3. Grayscale: #414141. Windows color (decimal): -9162228 or 799348. OLE color: 799348.

HSL color Cylindrical-coordinate representation of color #74320C: hue angle of 21.92º degrees, saturation: 0.81, 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 #74320C is Cyan = 0, Magento = 0.57, Yellow = 0.90 and Black (K on CMYK) = 0.55.

Color convert

RGB1165012-
CMYK00.570.900.55
HSL21.92º81.25%25.1%-
HSV(B)21.92º89.66%45.49%-
XYZ8.416.021.07-
YUV65.497.87164.09-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 65.17%
GREEN value IS 50 (19.92% from 255) = 28.09%
BLUE value IS 12 (5.08% from 255) = 6.74%
R=65.17%
G=28.09%
B=6.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.90
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116501200.570.900.5521.9281.2525.1
Hex7432C0395A37165119
Octal1646214071132672612131
Binary111010011001011000111001101101011011110110101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74320C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74320C; }

 p { color: rgb(116,50,12); }

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

<style>
 a { background-color: #74320C; }

 a { background-color: rgb(116,50,12); }

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

<style>
 span { border-color: #74320C; }

 span { border-color: rgb(116,50,12); }

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