Html Css Color HEX #873339 Old Brick

📋 copy color: '#873339'

red 135 ◦ green 51 ◦ blue 57

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

Shades of Old Brick #873339

Tints of Old Brick #873339

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 23.46%

R = 55.56%
G = 20.99%
B = 23.46%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.58

 K value IS 0.47

RGB Variations

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

Color information

#873339 (or 0x873339) is known color: Old Brick. HEX triplet: 87, 33 and 39. RGB value is (135,51,57). Sum of RGB (Red+Green+Blue) = 135+51+57=243 (32% of max value = 765). Red value is 135 (53.12% from 255 or 55.56% from 243); Green value is 51 (20.31% from 255 or 20.99% from 243); Blue value is 57 (22.66% from 255 or 23.46% from 243); Max value from RGB is 135 - color contains mainly: red. Hex color #873339 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873339 is #78CCC6. Grayscale: #4C4C4C. Windows color (decimal): -7916743 or 3748743. OLE color: 3748743.

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

Color convert

RGB 135 51 57 -
CMYK 0 0.62 0.58 0.47
HSL 355.71º 0.45% 0.36% -
HSV(B) 355.71º 0.62% 0.53% -
XYZ 11.91 7.81 4.75 -
YUV 76.8 116.83 169.51 -
System Red Green Blue C M Y K H S L
Decimal 135 51 57 0 0.62 0.58 0.47 355.71 0.45 0.36
Hex 87 33 39 0 3E 3A 2F 164 2D 24
Octal 207 63 71 0 76 72 57 544 55 44
Binary 10000111 110011 111001 0 111110 111010 101111 101100100 101101 100100

Color Harmonies of #873339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873339

Black with #873339

Text Example


Text Example

White with #873339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #873339; }

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

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

background-color css

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

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

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

border-color css

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

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

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