#74340A

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

Shades of Peru Tan #74340A

Tints of Peru Tan #74340A

Color information

#74340A (or 0x74340A) is unknown color: approx Peru Tan. HEX triplet: 74, 34 and 0A. RGB value is (116,52,10). Sum of RGB (Red+Green+Blue) = 116+52+10=178 (23% of max value = 765). Red value is 116 (45.70% from 255 or 65.17% from 178); Green value is 52 (20.70% from 255 or 29.21% from 178); Blue value is 10 (4.30% from 255 or 5.62% from 178); Max value from RGB is 116 - color contains mainly: red. Hex color #74340A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #74340A is #8BCBF5. Grayscale: #424242. Windows color (decimal): -9161718 or 668788. OLE color: 668788.

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

Color convert

RGB1165210-
CMYK00.550.910.55
HSL23.77º84.13%24.71%-
HSV(B)23.77º91.38%45.49%-
XYZ8.496.191.03-
YUV66.3596.2163.42-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 65.17%
GREEN value IS 52 (20.70% from 255) = 29.21%
BLUE value IS 10 (4.30% from 255) = 5.62%
R=65.17%
G=29.21%
B=5.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.91
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116521000.550.910.5523.7784.1324.71
Hex7434A0375B37185419
Octal1646412067133673012431
Binary111010011010010100110111101101111011111000101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74340A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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