#74280A

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

Shades of Peru Tan #74280A

Tints of Peru Tan #74280A

Color information

#74280A (or 0x74280A) is unknown color: approx Peru Tan. HEX triplet: 74, 28 and 0A. RGB value is (116,40,10). Sum of RGB (Red+Green+Blue) = 116+40+10=166 (21% of max value = 765). Red value is 116 (45.70% from 255 or 69.88% from 166); Green value is 40 (16.02% from 255 or 24.10% from 166); Blue value is 10 (4.30% from 255 or 6.02% from 166); Max value from RGB is 116 - color contains mainly: red. Hex color #74280A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #74280A is #8BD7F5. Grayscale: #3B3B3B. Windows color (decimal): -9164790 or 665716. OLE color: 665716.

HSL color Cylindrical-coordinate representation of color #74280A: hue angle of 16.98º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #74280A is Cyan = 0, Magento = 0.66, Yellow = 0.91 and Black (K on CMYK) = 0.55.

Color convert

RGB1164010-
CMYK00.660.910.55
HSL16.98º84.13%24.71%-
HSV(B)16.98º91.38%45.49%-
XYZ8.025.250.88-
YUV59.3100.18168.44-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 69.88%
GREEN value IS 40 (16.02% from 255) = 24.10%
BLUE value IS 10 (4.30% from 255) = 6.02%
R=69.88%
G=24.10%
B=6.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.91
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116401000.660.910.5516.9884.1324.71
Hex7428A0425B37115419
Octal16450120102133672112431
Binary1110100101000101001000010101101111011110001101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74280A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74280A; }

 p { color: rgb(116,40,10); }

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

<style>
 a { background-color: #74280A; }

 a { background-color: rgb(116,40,10); }

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

<style>
 span { border-color: #74280A; }

 span { border-color: rgb(116,40,10); }

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