#81381b

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

Shades of Peru Tan #81381B

Tints of Peru Tan #81381B

Color information

#81381B (or 0x81381B) is unknown color: approx Peru Tan. HEX triplet: 81, 38 and 1B. RGB value is (129,56,27). Sum of RGB (Red+Green+Blue) = 129+56+27=212 (28% of max value = 765). Red value is 129 (50.78% from 255 or 60.85% from 212); Green value is 56 (22.27% from 255 or 26.42% from 212); Blue value is 27 (10.94% from 255 or 12.74% from 212); Max value from RGB is 129 - color contains mainly: red. Hex color #81381B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81381B is #7EC7E4. Grayscale: #4A4A4A. Windows color (decimal): -8308709 or 1783937. OLE color: 1783937.

HSL color Cylindrical-coordinate representation of color #81381B: hue angle of 17.06º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #81381B is Cyan = 0, Magento = 0.57, Yellow = 0.79 and Black (K on CMYK) = 0.49.

Color convert

RGB1295627-
CMYK00.570.790.49
HSL17.06º65.38%30.59%-
HSV(B)17.06º79.07%50.59%-
XYZ10.677.571.94-
YUV74.52101.18166.86-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 60.85%
GREEN value IS 56 (22.27% from 255) = 26.42%
BLUE value IS 27 (10.94% from 255) = 12.74%
R=60.85%
G=26.42%
B=12.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.79
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129562700.570.790.4917.0665.3830.59
Hex81381B0394F3111411f
Octal2017033071117612110137
Binary10000001111000110110111001100111111000110001100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81381b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81381b; }

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

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

<style>
 a { background-color: #81381b; }

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

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

<style>
 span { border-color: #81381b; }

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

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