#74350D

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

Shades of Peru Tan #74350D

Tints of Peru Tan #74350D

Color information

#74350D (or 0x74350D) is unknown color: approx Peru Tan. HEX triplet: 74, 35 and 0D. RGB value is (116,53,13). Sum of RGB (Red+Green+Blue) = 116+53+13=182 (24% of max value = 765). Red value is 116 (45.70% from 255 or 63.74% from 182); Green value is 53 (21.09% from 255 or 29.12% from 182); Blue value is 13 (5.47% from 255 or 7.14% from 182); Max value from RGB is 116 - color contains mainly: red. Hex color #74350D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #74350D is #8BCAF2. Grayscale: #434343. Windows color (decimal): -9161459 or 865652. OLE color: 865652.

HSL color Cylindrical-coordinate representation of color #74350D: hue angle of 23.3º 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 #74350D is Cyan = 0, Magento = 0.54, Yellow = 0.89 and Black (K on CMYK) = 0.55.

Color convert

RGB1165313-
CMYK00.540.890.55
HSL23.3º79.84%25.29%-
HSV(B)23.3º88.79%45.49%-
XYZ8.556.291.14-
YUV67.2897.37162.75-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 63.74%
GREEN value IS 53 (21.09% from 255) = 29.12%
BLUE value IS 13 (5.47% from 255) = 7.14%
R=63.74%
G=29.12%
B=7.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.89
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116531300.540.890.5523.379.8425.29
Hex7435D0365937175019
Octal1646515066131672712031
Binary111010011010111010110110101100111011110111101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74350D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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