#7B360D

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

Shades of Peru Tan #7B360D

Tints of Peru Tan #7B360D

Color information

#7B360D (or 0x7B360D) is unknown color: approx Peru Tan. HEX triplet: 7B, 36 and 0D. RGB value is (123,54,13). Sum of RGB (Red+Green+Blue) = 123+54+13=190 (25% of max value = 765). Red value is 123 (48.44% from 255 or 64.74% from 190); Green value is 54 (21.48% from 255 or 28.42% from 190); Blue value is 13 (5.47% from 255 or 6.84% from 190); Max value from RGB is 123 - color contains mainly: red. Hex color #7B360D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7B360D is #84C9F2. Grayscale: #464646. Windows color (decimal): -8702451 or 865915. OLE color: 865915.

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

Color convert

RGB1235413-
CMYK00.560.890.52
HSL22.36º80.88%26.67%-
HSV(B)22.36º89.43%48.24%-
XYZ9.566.881.2-
YUV69.9695.86165.83-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 64.74%
GREEN value IS 54 (21.48% from 255) = 28.42%
BLUE value IS 13 (5.47% from 255) = 6.84%
R=64.74%
G=28.42%
B=6.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.89
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123541300.560.890.5222.3680.8826.67
Hex7B36D038593416511b
Octal1736615070131642612133
Binary111101111011011010111000101100111010010110101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B360D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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