Html Css Color HEX #873034 Old Brick

📋 copy color: '#873034'

red 135 ◦ green 48 ◦ blue 52

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

Shades of Old Brick #873034

Tints of Old Brick #873034

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 22.13%

R = 57.45%
G = 20.43%
B = 22.13%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.61

 K value IS 0.47

RGB Variations

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

Color information

#873034 (or 0x873034) is known color: Old Brick. HEX triplet: 87, 30 and 34. RGB value is (135,48,52). Sum of RGB (Red+Green+Blue) = 135+48+52=235 (31% of max value = 765). Red value is 135 (53.12% from 255 or 57.45% from 235); Green value is 48 (19.14% from 255 or 20.43% from 235); Blue value is 52 (20.70% from 255 or 22.13% from 235); Max value from RGB is 135 - color contains mainly: red. Hex color #873034 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873034 is #78CFCB. Grayscale: #4A4A4A. Windows color (decimal): -7917516 or 3420295. OLE color: 3420295.

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

Color convert

RGB 135 48 52 -
CMYK 0 0.64 0.61 0.47
HSL 357.24º 0.48% 0.36% -
HSV(B) 357.24º 0.64% 0.53% -
XYZ 11.67 7.51 4.08 -
YUV 74.47 115.32 171.17 -
System Red Green Blue C M Y K H S L
Decimal 135 48 52 0 0.64 0.61 0.47 357.24 0.48 0.36
Hex 87 30 34 0 40 3D 2F 165 30 24
Octal 207 60 64 0 100 75 57 545 60 44
Binary 10000111 110000 110100 0 1000000 111101 101111 101100101 110000 100100

Color Harmonies of #873034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873034

Black with #873034

Text Example


Text Example

White with #873034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #873034; }

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

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

background-color css

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

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

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

border-color css

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

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

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