#7B340B

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

Shades of Peru Tan #7B340B

Tints of Peru Tan #7B340B

Color information

#7B340B (or 0x7B340B) is unknown color: approx Peru Tan. HEX triplet: 7B, 34 and 0B. RGB value is (123,52,11). Sum of RGB (Red+Green+Blue) = 123+52+11=186 (24% of max value = 765). Red value is 123 (48.44% from 255 or 66.13% from 186); Green value is 52 (20.70% from 255 or 27.96% from 186); Blue value is 11 (4.69% from 255 or 5.91% from 186); Max value from RGB is 123 - color contains mainly: red. Hex color #7B340B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7B340B is #84CBF4. Grayscale: #444444. Windows color (decimal): -8702965 or 734331. OLE color: 734331.

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

Color convert

RGB1235211-
CMYK00.580.910.52
HSL21.96º83.58%26.27%-
HSV(B)21.96º91.06%48.24%-
XYZ9.466.691.11-
YUV68.5695.52166.83-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 66.13%
GREEN value IS 52 (20.70% from 255) = 27.96%
BLUE value IS 11 (4.69% from 255) = 5.91%
R=66.13%
G=27.96%
B=5.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.91
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123521100.580.910.5221.9683.5826.27
Hex7B34B03A5B3416541a
Octal1736413072133642612432
Binary111101111010010110111010101101111010010110101010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B340B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,52,11); }

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

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

 a { background-color: rgb(123,52,11); }

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

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

 span { border-color: rgb(123,52,11); }

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