Html Css Color HEX #873539 Old Brick

📋 copy color: '#873539'

red 135 ◦ green 53 ◦ blue 57

#873539
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Old Brick #873539

Tints of Old Brick #873539

RGB

 RED value IS 135 (53.13% from 255) = 55.1%

 GREEN value IS 53 (21.09% from 255) = 21.63%

 BLUE value IS 57 (22.66% from 255) = 23.27%

R = 55.1%
G = 21.63%
B = 23.27%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.58

 K value IS 0.47

RGB Variations

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

Color information

#873539 (or 0x873539) is known color: Old Brick. HEX triplet: 87, 35 and 39. RGB value is (135,53,57). Sum of RGB (Red+Green+Blue) = 135+53+57=245 (32% of max value = 765). Red value is 135 (53.12% from 255 or 55.10% from 245); Green value is 53 (21.09% from 255 or 21.63% from 245); Blue value is 57 (22.66% from 255 or 23.27% from 245); Max value from RGB is 135 - color contains mainly: red. Hex color #873539 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873539 is #78CAC6. Grayscale: #4E4E4E. Windows color (decimal): -7916231 or 3749255. OLE color: 3749255.

HSL color Cylindrical-coordinate representation of color #873539: hue angle of 357.07º 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 #873539 is Cyan = 0, Magento = 0.61, Yellow = 0.58 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 53 57 -
CMYK 0 0.61 0.58 0.47
HSL 357.07º 0.44% 0.37% -
HSV(B) 357.07º 0.61% 0.53% -
XYZ 12 7.99 4.78 -
YUV 77.97 116.17 168.67 -
System Red Green Blue C M Y K H S L
Decimal 135 53 57 0 0.61 0.58 0.47 357.07 0.44 0.37
Hex 87 35 39 0 3D 3A 2F 165 2C 25
Octal 207 65 71 0 75 72 57 545 54 45
Binary 10000111 110101 111001 0 111101 111010 101111 101100101 101100 100101

Color Harmonies of #873539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873539

Black with #873539

Text Example


Text Example

White with #873539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #873539; }

 p { color: rgb(135,53,57); }

 H1.HeaderClassName
 {
   color: #873539;
 }
 .AnyTagClassName
 {
   color: #873539;
 }
</style>

background-color css

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

 a { background-color: rgb(135,53,57); }

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

border-color css

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

 span { border-color: rgb(135,53,57); }

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