#74351B

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

Shades of Peru Tan #74351B

Tints of Peru Tan #74351B

Color information

#74351B (or 0x74351B) is unknown color: approx Peru Tan. HEX triplet: 74, 35 and 1B. RGB value is (116,53,27). Sum of RGB (Red+Green+Blue) = 116+53+27=196 (25% of max value = 765). Red value is 116 (45.70% from 255 or 59.18% from 196); Green value is 53 (21.09% from 255 or 27.04% from 196); Blue value is 27 (10.94% from 255 or 13.78% from 196); Max value from RGB is 116 - color contains mainly: red. Hex color #74351B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74351B is #8BCAE4. Grayscale: #454545. Windows color (decimal): -9161445 or 1783156. OLE color: 1783156.

HSL color Cylindrical-coordinate representation of color #74351B: hue angle of 17.53º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #74351B is Cyan = 0, Magento = 0.54, Yellow = 0.77 and Black (K on CMYK) = 0.55.

Color convert

RGB1165327-
CMYK00.540.770.55
HSL17.53º62.24%28.04%-
HSV(B)17.53º76.72%45.49%-
XYZ8.676.341.8-
YUV68.87104.37161.61-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 59.18%
GREEN value IS 53 (21.09% from 255) = 27.04%
BLUE value IS 27 (10.94% from 255) = 13.78%
R=59.18%
G=27.04%
B=13.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.77
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116532700.540.770.5517.5362.2428.04
Hex74351B0364D37123e1c
Octal164653306611567227634
Binary111010011010111011011011010011011101111001011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74351B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74351B; }

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

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

<style>
 a { background-color: #74351B; }

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

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

<style>
 span { border-color: #74351B; }

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

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