Html Css Color HEX #863137 Old Brick

📋 copy color: '#863137'

red 134 ◦ green 49 ◦ blue 55

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

Shades of Old Brick #863137

Tints of Old Brick #863137

RGB

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

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

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

R = 56.3%
G = 20.59%
B = 23.11%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.59

 K value IS 0.47

RGB Variations

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

Color information

#863137 (or 0x863137) is known color: Old Brick. HEX triplet: 86, 31 and 37. RGB value is (134,49,55). Sum of RGB (Red+Green+Blue) = 134+49+55=238 (31% of max value = 765). Red value is 134 (52.73% from 255 or 56.30% from 238); Green value is 49 (19.53% from 255 or 20.59% from 238); Blue value is 55 (21.88% from 255 or 23.11% from 238); Max value from RGB is 134 - color contains mainly: red. Hex color #863137 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863137 is #79CEC8. Grayscale: #4B4B4B. Windows color (decimal): -7982793 or 3617158. OLE color: 3617158.

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

Color convert

RGB 134 49 55 -
CMYK 0 0.63 0.59 0.47
HSL 355.76º 0.46% 0.36% -
HSV(B) 355.76º 0.63% 0.53% -
XYZ 11.62 7.54 4.46 -
YUV 75.1 116.66 170.01 -
System Red Green Blue C M Y K H S L
Decimal 134 49 55 0 0.63 0.59 0.47 355.76 0.46 0.36
Hex 86 31 37 0 3F 3B 2F 164 2E 24
Octal 206 61 67 0 77 73 57 544 56 44
Binary 10000110 110001 110111 0 111111 111011 101111 101100100 101110 100100

Color Harmonies of #863137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863137

Black with #863137

Text Example


Text Example

White with #863137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863137; }

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

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

background-color css

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

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

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

border-color css

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

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

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