#74370F

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

Shades of Peru Tan #74370F

Tints of Peru Tan #74370F

Color information

#74370F (or 0x74370F) is unknown color: approx Peru Tan. HEX triplet: 74, 37 and 0F. RGB value is (116,55,15). Sum of RGB (Red+Green+Blue) = 116+55+15=186 (24% of max value = 765). Red value is 116 (45.70% from 255 or 62.37% from 186); Green value is 55 (21.88% from 255 or 29.57% from 186); Blue value is 15 (6.25% from 255 or 8.06% from 186); Max value from RGB is 116 - color contains mainly: red. Hex color #74370F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #74370F is #8BC8F0. Grayscale: #444444. Windows color (decimal): -9160945 or 997236. OLE color: 997236.

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

Color convert

RGB1165515-
CMYK00.530.870.55
HSL23.76º77.1%25.69%-
HSV(B)23.76º87.07%45.49%-
XYZ8.656.481.25-
YUV68.6897.71161.75-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 62.37%
GREEN value IS 55 (21.88% from 255) = 29.57%
BLUE value IS 15 (6.25% from 255) = 8.06%
R=62.37%
G=29.57%
B=8.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.87
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116551500.530.870.5523.7677.125.69
Hex7437F0355737184d1a
Octal1646717065127673011532
Binary111010011011111110110101101011111011111000100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74370F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74370F; }

 p { color: rgb(116,55,15); }

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

<style>
 a { background-color: #74370F; }

 a { background-color: rgb(116,55,15); }

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

<style>
 span { border-color: #74370F; }

 span { border-color: rgb(116,55,15); }

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