Html Css Color HEX #863134 Old Brick

📋 copy color: '#863134'

red 134 ◦ green 49 ◦ blue 52

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

Shades of Old Brick #863134

Tints of Old Brick #863134

RGB

 RED value IS 134 (52.73% from 255) = 57.02%

 GREEN value IS 49 (19.53% from 255) = 20.85%

 BLUE value IS 52 (20.7% from 255) = 22.13%

R = 57.02%
G = 20.85%
B = 22.13%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.61

 K value IS 0.47

RGB Variations

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

Color information

#863134 (or 0x863134) is known color: Old Brick. HEX triplet: 86, 31 and 34. RGB value is (134,49,52). Sum of RGB (Red+Green+Blue) = 134+49+52=235 (31% of max value = 765). Red value is 134 (52.73% from 255 or 57.02% from 235); Green value is 49 (19.53% from 255 or 20.85% from 235); Blue value is 52 (20.70% from 255 or 22.13% from 235); Max value from RGB is 134 - color contains mainly: red. Hex color #863134 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863134 is #79CECB. Grayscale: #4A4A4A. Windows color (decimal): -7982796 or 3420550. OLE color: 3420550.

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

Color convert

RGB 134 49 52 -
CMYK 0 0.63 0.61 0.47
HSL 357.88º 0.46% 0.36% -
HSV(B) 357.88º 0.63% 0.53% -
XYZ 11.55 7.51 4.09 -
YUV 74.76 115.16 170.26 -
System Red Green Blue C M Y K H S L
Decimal 134 49 52 0 0.63 0.61 0.47 357.88 0.46 0.36
Hex 86 31 34 0 3F 3D 2F 166 2E 24
Octal 206 61 64 0 77 75 57 546 56 44
Binary 10000110 110001 110100 0 111111 111101 101111 101100110 101110 100100

Color Harmonies of #863134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863134

Black with #863134

Text Example


Text Example

White with #863134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863134; }

 p { color: rgb(134,49,52); }

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

background-color css

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

 a { background-color: rgb(134,49,52); }

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

border-color css

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

 span { border-color: rgb(134,49,52); }

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