#7D381B

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

Shades of Peru Tan #7D381B

Tints of Peru Tan #7D381B

Color information

#7D381B (or 0x7D381B) is unknown color: approx Peru Tan. HEX triplet: 7D, 38 and 1B. RGB value is (125,56,27). Sum of RGB (Red+Green+Blue) = 125+56+27=208 (27% of max value = 765). Red value is 125 (49.22% from 255 or 60.10% from 208); Green value is 56 (22.27% from 255 or 26.92% from 208); Blue value is 27 (10.94% from 255 or 12.98% from 208); Max value from RGB is 125 - color contains mainly: red. Hex color #7D381B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D381B is #82C7E4. Grayscale: #494949. Windows color (decimal): -8570853 or 1783933. OLE color: 1783933.

HSL color Cylindrical-coordinate representation of color #7D381B: hue angle of 17.76º degrees, saturation: 0.64, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7D381B is Cyan = 0, Magento = 0.55, Yellow = 0.78 and Black (K on CMYK) = 0.51.

Color convert

RGB1255627-
CMYK00.550.780.51
HSL17.76º64.47%29.8%-
HSV(B)17.76º78.4%49.02%-
XYZ10.077.271.91-
YUV73.32101.86164.86-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 60.10%
GREEN value IS 56 (22.27% from 255) = 26.92%
BLUE value IS 27 (10.94% from 255) = 12.98%
R=60.10%
G=26.92%
B=12.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.78
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125562700.550.780.5117.7664.4729.8
Hex7D381B0374E3312401e
Octal1757033067116632210036
Binary1111101111000110110110111100111011001110010100000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D381B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,56,27); }

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

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

 a { background-color: rgb(125,56,27); }

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

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

 span { border-color: rgb(125,56,27); }

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