Html Css Color HEX #873337 Old Brick

📋 copy color: '#873337'

red 135 ◦ green 51 ◦ blue 55

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

Shades of Old Brick #873337

Tints of Old Brick #873337

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.16%

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

R = 56.02%
G = 21.16%
B = 22.82%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.59

 K value IS 0.47

RGB Variations

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

Color information

#873337 (or 0x873337) is known color: Old Brick. HEX triplet: 87, 33 and 37. RGB value is (135,51,55). Sum of RGB (Red+Green+Blue) = 135+51+55=241 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.02% from 241); Green value is 51 (20.31% from 255 or 21.16% from 241); Blue value is 55 (21.88% from 255 or 22.82% from 241); Max value from RGB is 135 - color contains mainly: red. Hex color #873337 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873337 is #78CCC8. Grayscale: #4C4C4C. Windows color (decimal): -7916745 or 3617671. OLE color: 3617671.

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

Color convert

RGB 135 51 55 -
CMYK 0 0.62 0.59 0.47
HSL 357.14º 0.45% 0.36% -
HSV(B) 357.14º 0.62% 0.53% -
XYZ 11.87 7.79 4.49 -
YUV 76.57 115.83 169.67 -
System Red Green Blue C M Y K H S L
Decimal 135 51 55 0 0.62 0.59 0.47 357.14 0.45 0.36
Hex 87 33 37 0 3E 3B 2F 165 2D 24
Octal 207 63 67 0 76 73 57 545 55 44
Binary 10000111 110011 110111 0 111110 111011 101111 101100101 101101 100100

Color Harmonies of #873337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873337

Black with #873337

Text Example


Text Example

White with #873337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #873337; }

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

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

background-color css

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

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

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

border-color css

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

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

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