#813436

Color #813436 Old Brick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Brick #813436

Tints of Old Brick #813436

Color information

#813436 (or 0x813436) is unknown color: approx Old Brick. HEX triplet: 81, 34 and 36. RGB value is (129,52,54). Sum of RGB (Red+Green+Blue) = 129+52+54=235 (31% of max value = 765). Red value is 129 (50.78% from 255 or 54.89% from 235); Green value is 52 (20.70% from 255 or 22.13% from 235); Blue value is 54 (21.48% from 255 or 22.98% from 235); Max value from RGB is 129 - color contains mainly: red. Hex color #813436 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813436 is #7ECBC9. Grayscale: #4B4B4B. Windows color (decimal): -8309706 or 3552385. OLE color: 3552385.

HSL color Cylindrical-coordinate representation of color #813436: hue angle of 358.44º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #813436 is Cyan = 0, Magento = 0.60, Yellow = 0.58 and Black (K on CMYK) = 0.49.

Color convert

RGB1295254-
CMYK00.600.580.49
HSL358.44º42.54%35.49%-
HSV(B)358.44º59.69%50.59%-
XYZ10.957.394.34-
YUV75.25116.01166.34-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 54.89%
GREEN value IS 52 (20.70% from 255) = 22.13%
BLUE value IS 54 (21.48% from 255) = 22.98%
R=54.89%
G=22.13%
B=22.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.58
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129525400.600.580.49358.4442.5435.49
Hex81343603C3A311662b23
Octal201646607472615465343
Binary100000011101001101100111100111010110001101100110101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813436; }

 p { color: rgb(129,52,54); }

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

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

 a { background-color: rgb(129,52,54); }

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

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

 span { border-color: rgb(129,52,54); }

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