#74360B

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

Shades of Peru Tan #74360B

Tints of Peru Tan #74360B

Color information

#74360B (or 0x74360B) is unknown color: approx Peru Tan. HEX triplet: 74, 36 and 0B. RGB value is (116,54,11). Sum of RGB (Red+Green+Blue) = 116+54+11=181 (23% of max value = 765). Red value is 116 (45.70% from 255 or 64.09% from 181); Green value is 54 (21.48% from 255 or 29.83% from 181); Blue value is 11 (4.69% from 255 or 6.08% from 181); Max value from RGB is 116 - color contains mainly: red. Hex color #74360B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #74360B is #8BC9F4. Grayscale: #434343. Windows color (decimal): -9161205 or 734836. OLE color: 734836.

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

Color convert

RGB1165411-
CMYK00.530.910.55
HSL24.57º82.68%24.9%-
HSV(B)24.57º90.52%45.49%-
XYZ8.586.381.09-
YUV67.6496.04162.5-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 64.09%
GREEN value IS 54 (21.48% from 255) = 29.83%
BLUE value IS 11 (4.69% from 255) = 6.08%
R=64.09%
G=29.83%
B=6.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.91
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116541100.530.910.5524.5782.6824.9
Hex7436B0355B37195319
Octal1646613065133673112331
Binary111010011011010110110101101101111011111001101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74360B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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