Html Css Color HEX #873233 Old Brick

📋 copy color: '#873233'

red 135 ◦ green 50 ◦ blue 51

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

Shades of Old Brick #873233

Tints of Old Brick #873233

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 21.61%

R = 57.2%
G = 21.19%
B = 21.61%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.62

 K value IS 0.47

RGB Variations

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

Color information

#873233 (or 0x873233) is known color: Old Brick. HEX triplet: 87, 32 and 33. RGB value is (135,50,51). Sum of RGB (Red+Green+Blue) = 135+50+51=236 (31% of max value = 765). Red value is 135 (53.12% from 255 or 57.20% from 236); Green value is 50 (19.92% from 255 or 21.19% from 236); Blue value is 51 (20.31% from 255 or 21.61% from 236); Max value from RGB is 135 - color contains mainly: red. Hex color #873233 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873233 is #78CDCC. Grayscale: #4B4B4B. Windows color (decimal): -7917005 or 3355271. OLE color: 3355271.

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

Color convert

RGB 135 50 51 -
CMYK 0 0.63 0.62 0.47
HSL 359.29º 0.46% 0.36% -
HSV(B) 359.29º 0.63% 0.53% -
XYZ 11.73 7.67 3.99 -
YUV 75.53 114.16 170.42 -
System Red Green Blue C M Y K H S L
Decimal 135 50 51 0 0.63 0.62 0.47 359.29 0.46 0.36
Hex 87 32 33 0 3F 3E 2F 167 2E 24
Octal 207 62 63 0 77 76 57 547 56 44
Binary 10000111 110010 110011 0 111111 111110 101111 101100111 101110 100100

Color Harmonies of #873233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873233

Black with #873233

Text Example


Text Example

White with #873233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #873233; }

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

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

background-color css

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

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

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

border-color css

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

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

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