#7B3D18

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

Shades of Peru Tan #7B3D18

Tints of Peru Tan #7B3D18

Color information

#7B3D18 (or 0x7B3D18) is unknown color: approx Peru Tan. HEX triplet: 7B, 3D and 18. RGB value is (123,61,24). Sum of RGB (Red+Green+Blue) = 123+61+24=208 (27% of max value = 765). Red value is 123 (48.44% from 255 or 59.13% from 208); Green value is 61 (24.22% from 255 or 29.33% from 208); Blue value is 24 (9.77% from 255 or 11.54% from 208); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3D18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7B3D18 is #84C2E7. Grayscale: #4B4B4B. Windows color (decimal): -8700648 or 1588603. OLE color: 1588603.

HSL color Cylindrical-coordinate representation of color #7B3D18: hue angle of 22.42º 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 #7B3D18 is Cyan = 0, Magento = 0.50, Yellow = 0.80 and Black (K on CMYK) = 0.52.

Color convert

RGB1236124-
CMYK00.500.800.52
HSL22.42º67.35%28.82%-
HSV(B)22.42º80.49%48.24%-
XYZ107.611.81-
YUV75.3299.04162.01-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 59.13%
GREEN value IS 61 (24.22% from 255) = 29.33%
BLUE value IS 24 (9.77% from 255) = 11.54%
R=59.13%
G=29.33%
B=11.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.80
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123612400.500.800.5222.4267.3528.82
Hex7B3D18032503416431d
Octal1737530062120642610335
Binary1111011111101110000110010101000011010010110100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B3D18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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