#7b3612

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

Shades of Peru Tan #7B3612

Tints of Peru Tan #7B3612

Color information

#7B3612 (or 0x7B3612) is unknown color: approx Peru Tan. HEX triplet: 7B, 36 and 12. RGB value is (123,54,18). Sum of RGB (Red+Green+Blue) = 123+54+18=195 (25% of max value = 765). Red value is 123 (48.44% from 255 or 63.08% from 195); Green value is 54 (21.48% from 255 or 27.69% from 195); Blue value is 18 (7.42% from 255 or 9.23% from 195); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3612 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7B3612 is #84C9ED. Grayscale: #464646. Windows color (decimal): -8702446 or 1193595. OLE color: 1193595.

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

Color convert

RGB1235418-
CMYK00.560.850.52
HSL20.57º74.47%27.65%-
HSV(B)20.57º85.37%48.24%-
XYZ9.66.891.4-
YUV70.5398.36165.43-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 63.08%
GREEN value IS 54 (21.48% from 255) = 27.69%
BLUE value IS 18 (7.42% from 255) = 9.23%
R=63.08%
G=27.69%
B=9.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.85
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123541800.560.850.5220.5774.4727.65
Hex7B36120385534154a1c
Octal1736622070125642511234
Binary1111011110110100100111000101010111010010101100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7b3612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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