Html Css Color HEX #873032 Old Brick

📋 copy color: '#873032'

red 135 ◦ green 48 ◦ blue 50

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

Shades of Old Brick #873032

Tints of Old Brick #873032

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.6%

 BLUE value IS 50 (19.92% from 255) = 21.46%

R = 57.94%
G = 20.6%
B = 21.46%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.63

 K value IS 0.47

RGB Variations

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

Color information

#873032 (or 0x873032) is known color: Old Brick. HEX triplet: 87, 30 and 32. RGB value is (135,48,50). Sum of RGB (Red+Green+Blue) = 135+48+50=233 (30% of max value = 765). Red value is 135 (53.12% from 255 or 57.94% from 233); Green value is 48 (19.14% from 255 or 20.60% from 233); Blue value is 50 (19.92% from 255 or 21.46% from 233); Max value from RGB is 135 - color contains mainly: red. Hex color #873032 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873032 is #78CFCD. Grayscale: #4A4A4A. Windows color (decimal): -7917518 or 3289223. OLE color: 3289223.

HSL color Cylindrical-coordinate representation of color #873032: hue angle of 358.62º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #873032 is Cyan = 0, Magento = 0.64, Yellow = 0.63 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 48 50 -
CMYK 0 0.64 0.63 0.47
HSL 358.62º 0.48% 0.36% -
HSV(B) 358.62º 0.64% 0.53% -
XYZ 11.62 7.5 3.85 -
YUV 74.24 114.32 171.34 -
System Red Green Blue C M Y K H S L
Decimal 135 48 50 0 0.64 0.63 0.47 358.62 0.48 0.36
Hex 87 30 32 0 40 3F 2F 167 30 24
Octal 207 60 62 0 100 77 57 547 60 44
Binary 10000111 110000 110010 0 1000000 111111 101111 101100111 110000 100100

Color Harmonies of #873032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873032

Black with #873032

Text Example


Text Example

White with #873032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #873032; }

 p { color: rgb(135,48,50); }

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

background-color css

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

 a { background-color: rgb(135,48,50); }

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

border-color css

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

 span { border-color: rgb(135,48,50); }

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