#74340D

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

Shades of Peru Tan #74340D

Tints of Peru Tan #74340D

Color information

#74340D (or 0x74340D) is unknown color: approx Peru Tan. HEX triplet: 74, 34 and 0D. RGB value is (116,52,13). Sum of RGB (Red+Green+Blue) = 116+52+13=181 (23% of max value = 765). Red value is 116 (45.70% from 255 or 64.09% from 181); Green value is 52 (20.70% from 255 or 28.73% from 181); Blue value is 13 (5.47% from 255 or 7.18% from 181); Max value from RGB is 116 - color contains mainly: red. Hex color #74340D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #74340D is #8BCBF2. Grayscale: #424242. Windows color (decimal): -9161715 or 865396. OLE color: 865396.

HSL color Cylindrical-coordinate representation of color #74340D: hue angle of 22.72º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #74340D is Cyan = 0, Magento = 0.55, Yellow = 0.89 and Black (K on CMYK) = 0.55.

Color convert

RGB1165213-
CMYK00.550.890.55
HSL22.72º79.84%25.29%-
HSV(B)22.72º88.79%45.49%-
XYZ8.56.21.13-
YUV66.6997.7163.17-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 64.09%
GREEN value IS 52 (20.70% from 255) = 28.73%
BLUE value IS 13 (5.47% from 255) = 7.18%
R=64.09%
G=28.73%
B=7.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.89
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116521300.550.890.5522.7279.8425.29
Hex7434D0375937175019
Octal1646415067131672712031
Binary111010011010011010110111101100111011110111101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74340D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74340D; }

 p { color: rgb(116,52,13); }

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

<style>
 a { background-color: #74340D; }

 a { background-color: rgb(116,52,13); }

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

<style>
 span { border-color: #74340D; }

 span { border-color: rgb(116,52,13); }

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