#7B3418

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

Shades of Peru Tan #7B3418

Tints of Peru Tan #7B3418

Color information

#7B3418 (or 0x7B3418) is unknown color: approx Peru Tan. HEX triplet: 7B, 34 and 18. RGB value is (123,52,24). Sum of RGB (Red+Green+Blue) = 123+52+24=199 (26% of max value = 765). Red value is 123 (48.44% from 255 or 61.81% from 199); Green value is 52 (20.70% from 255 or 26.13% from 199); Blue value is 24 (9.77% from 255 or 12.06% from 199); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3418 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7B3418 is #84CBE7. Grayscale: #464646. Windows color (decimal): -8702952 or 1586299. OLE color: 1586299.

HSL color Cylindrical-coordinate representation of color #7B3418: hue angle of 16.97º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7B3418 is Cyan = 0, Magento = 0.58, Yellow = 0.80 and Black (K on CMYK) = 0.52.

Color convert

RGB1235224-
CMYK00.580.800.52
HSL16.97º67.35%28.82%-
HSV(B)16.97º80.49%48.24%-
XYZ9.566.731.66-
YUV70.04102.02165.78-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 61.81%
GREEN value IS 52 (20.70% from 255) = 26.13%
BLUE value IS 24 (9.77% from 255) = 12.06%
R=61.81%
G=26.13%
B=12.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.80
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123522400.580.800.5216.9767.3528.82
Hex7B341803A503411431d
Octal1736430072120642110335
Binary1111011110100110000111010101000011010010001100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B3418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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