#7B360A

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

Shades of Peru Tan #7B360A

Tints of Peru Tan #7B360A

Color information

#7B360A (or 0x7B360A) is unknown color: approx Peru Tan. HEX triplet: 7B, 36 and 0A. RGB value is (123,54,10). Sum of RGB (Red+Green+Blue) = 123+54+10=187 (24% of max value = 765). Red value is 123 (48.44% from 255 or 65.78% from 187); Green value is 54 (21.48% from 255 or 28.88% from 187); Blue value is 10 (4.30% from 255 or 5.35% from 187); Max value from RGB is 123 - color contains mainly: red. Hex color #7B360A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7B360A is #84C9F5. Grayscale: #454545. Windows color (decimal): -8702454 or 669307. OLE color: 669307.

HSL color Cylindrical-coordinate representation of color #7B360A: hue angle of 23.36º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7B360A is Cyan = 0, Magento = 0.56, Yellow = 0.92 and Black (K on CMYK) = 0.52.

Color convert

RGB1235410-
CMYK00.560.920.52
HSL23.36º84.96%26.08%-
HSV(B)23.36º91.87%48.24%-
XYZ9.546.871.11-
YUV69.6194.36166.08-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 65.78%
GREEN value IS 54 (21.48% from 255) = 28.88%
BLUE value IS 10 (4.30% from 255) = 5.35%
R=65.78%
G=28.88%
B=5.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.92
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123541000.560.920.5223.3684.9626.08
Hex7B36A0385C3417551a
Octal1736612070134642712532
Binary111101111011010100111000101110011010010111101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B360A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7B360A; }

 p { color: rgb(123,54,10); }

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

<style>
 a { background-color: #7B360A; }

 a { background-color: rgb(123,54,10); }

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

<style>
 span { border-color: #7B360A; }

 span { border-color: rgb(123,54,10); }

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