#74280B

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

Shades of Peru Tan #74280B

Tints of Peru Tan #74280B

Color information

#74280B (or 0x74280B) is unknown color: approx Peru Tan. HEX triplet: 74, 28 and 0B. RGB value is (116,40,11). Sum of RGB (Red+Green+Blue) = 116+40+11=167 (22% of max value = 765). Red value is 116 (45.70% from 255 or 69.46% from 167); Green value is 40 (16.02% from 255 or 23.95% from 167); Blue value is 11 (4.69% from 255 or 6.59% from 167); Max value from RGB is 116 - color contains mainly: red. Hex color #74280B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #74280B is #8BD7F4. Grayscale: #3B3B3B. Windows color (decimal): -9164789 or 731252. OLE color: 731252.

HSL color Cylindrical-coordinate representation of color #74280B: hue angle of 16.57º degrees, saturation: 0.83, 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 #74280B is Cyan = 0, Magento = 0.66, Yellow = 0.91 and Black (K on CMYK) = 0.55.

Color convert

RGB1164011-
CMYK00.660.910.55
HSL16.57º82.68%24.9%-
HSV(B)16.57º90.52%45.49%-
XYZ8.025.250.91-
YUV59.42100.68168.36-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 69.46%
GREEN value IS 40 (16.02% from 255) = 23.95%
BLUE value IS 11 (4.69% from 255) = 6.59%
R=69.46%
G=23.95%
B=6.59%

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
Decimal116401100.660.910.5516.5782.6824.9
Hex7428B0425B37115319
Octal16450130102133672112331
Binary1110100101000101101000010101101111011110001101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74280B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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