#873438

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

Shades of Old Brick #873438

Tints of Old Brick #873438

Color information

#873438 (or 0x873438) is unknown color: approx Old Brick. HEX triplet: 87, 34 and 38. RGB value is (135,52,56). Sum of RGB (Red+Green+Blue) = 135+52+56=243 (32% of max value = 765). Red value is 135 (53.12% from 255 or 55.56% from 243); Green value is 52 (20.70% from 255 or 21.40% from 243); Blue value is 56 (22.27% from 255 or 23.05% from 243); Max value from RGB is 135 - color contains mainly: red. Hex color #873438 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873438 is #78CBC7. Grayscale: #4D4D4D. Windows color (decimal): -7916488 or 3683463. OLE color: 3683463.

HSL color Cylindrical-coordinate representation of color #873438: hue angle of 357.11º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #873438 is Cyan = 0, Magento = 0.61, Yellow = 0.59 and Black (K on CMYK) = 0.47.

Color convert

RGB1355256-
CMYK00.610.590.47
HSL357.11º44.39%36.67%-
HSV(B)357.11º61.48%52.94%-
XYZ11.937.894.64-
YUV77.27116169.17-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 55.56%
GREEN value IS 52 (20.70% from 255) = 21.40%
BLUE value IS 56 (22.27% from 255) = 23.05%
R=55.56%
G=21.40%
B=23.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.59
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135525600.610.590.47357.1144.3936.67
Hex87343803D3B2F1652c25
Octal207647007573575455445
Binary100001111101001110000111101111011101111101100101101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #873438; }

 p { color: rgb(135,52,56); }

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

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

 a { background-color: rgb(135,52,56); }

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

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

 span { border-color: rgb(135,52,56); }

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