#74300A

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

Shades of Peru Tan #74300A

Tints of Peru Tan #74300A

Color information

#74300A (or 0x74300A) is unknown color: approx Peru Tan. HEX triplet: 74, 30 and 0A. RGB value is (116,48,10). Sum of RGB (Red+Green+Blue) = 116+48+10=174 (23% of max value = 765). Red value is 116 (45.70% from 255 or 66.67% from 174); Green value is 48 (19.14% from 255 or 27.59% from 174); Blue value is 10 (4.30% from 255 or 5.75% from 174); Max value from RGB is 116 - color contains mainly: red. Hex color #74300A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #74300A is #8BCFF5. Grayscale: #404040. Windows color (decimal): -9162742 or 667764. OLE color: 667764.

HSL color Cylindrical-coordinate representation of color #74300A: hue angle of 21.51º 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 #74300A is Cyan = 0, Magento = 0.59, Yellow = 0.91 and Black (K on CMYK) = 0.55.

Color convert

RGB1164810-
CMYK00.590.910.55
HSL21.51º84.13%24.71%-
HSV(B)21.51º91.38%45.49%-
XYZ8.315.850.98-
YUV6497.53165.09-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 66.67%
GREEN value IS 48 (19.14% from 255) = 27.59%
BLUE value IS 10 (4.30% from 255) = 5.75%
R=66.67%
G=27.59%
B=5.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.91
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116481000.590.910.5521.5184.1324.71
Hex7430A03B5B37165419
Octal1646012073133672612431
Binary111010011000010100111011101101111011110110101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74300A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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