Html Css Color HEX #873439 Old Brick

📋 copy color: '#873439'

red 135 ◦ green 52 ◦ blue 57

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

Shades of Old Brick #873439

Tints of Old Brick #873439

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.31%

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

R = 55.33%
G = 21.31%
B = 23.36%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.58

 K value IS 0.47

RGB Variations

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

Color information

#873439 (or 0x873439) is known color: Old Brick. HEX triplet: 87, 34 and 39. RGB value is (135,52,57). Sum of RGB (Red+Green+Blue) = 135+52+57=244 (32% of max value = 765). Red value is 135 (53.12% from 255 or 55.33% from 244); Green value is 52 (20.70% from 255 or 21.31% from 244); Blue value is 57 (22.66% from 255 or 23.36% from 244); Max value from RGB is 135 - color contains mainly: red. Hex color #873439 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873439 is #78CBC6. Grayscale: #4D4D4D. Windows color (decimal): -7916487 or 3748999. OLE color: 3748999.

HSL color Cylindrical-coordinate representation of color #873439: hue angle of 356.39º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #873439 is Cyan = 0, Magento = 0.61, Yellow = 0.58 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 52 57 -
CMYK 0 0.61 0.58 0.47
HSL 356.39º 0.44% 0.37% -
HSV(B) 356.39º 0.61% 0.53% -
XYZ 11.96 7.9 4.77 -
YUV 77.39 116.5 169.09 -
System Red Green Blue C M Y K H S L
Decimal 135 52 57 0 0.61 0.58 0.47 356.39 0.44 0.37
Hex 87 34 39 0 3D 3A 2F 164 2C 25
Octal 207 64 71 0 75 72 57 544 54 45
Binary 10000111 110100 111001 0 111101 111010 101111 101100100 101100 100101

Color Harmonies of #873439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873439

Black with #873439

Text Example


Text Example

White with #873439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #873439; }

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

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

background-color css

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

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

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

border-color css

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

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

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