Html Css Color HEX #873237 Old Brick

📋 copy color: '#873237'

red 135 ◦ green 50 ◦ blue 55

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

Shades of Old Brick #873237

Tints of Old Brick #873237

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.83%

 BLUE value IS 55 (21.88% from 255) = 22.92%

R = 56.25%
G = 20.83%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.59

 K value IS 0.47

RGB Variations

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

Color information

#873237 (or 0x873237) is known color: Old Brick. HEX triplet: 87, 32 and 37. RGB value is (135,50,55). Sum of RGB (Red+Green+Blue) = 135+50+55=240 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.25% from 240); Green value is 50 (19.92% from 255 or 20.83% from 240); Blue value is 55 (21.88% from 255 or 22.92% from 240); Max value from RGB is 135 - color contains mainly: red. Hex color #873237 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873237 is #78CDC8. Grayscale: #4C4C4C. Windows color (decimal): -7917001 or 3617415. OLE color: 3617415.

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

Color convert

RGB 135 50 55 -
CMYK 0 0.63 0.59 0.47
HSL 356.47º 0.46% 0.36% -
HSV(B) 356.47º 0.63% 0.53% -
XYZ 11.82 7.71 4.48 -
YUV 75.99 116.16 170.09 -
System Red Green Blue C M Y K H S L
Decimal 135 50 55 0 0.63 0.59 0.47 356.47 0.46 0.36
Hex 87 32 37 0 3F 3B 2F 164 2E 24
Octal 207 62 67 0 77 73 57 544 56 44
Binary 10000111 110010 110111 0 111111 111011 101111 101100100 101110 100100

Color Harmonies of #873237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873237

Black with #873237

Text Example


Text Example

White with #873237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #873237; }

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

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

background-color css

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

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

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

border-color css

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

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

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