Html Css Color HEX #863537 Old Brick

📋 copy color: '#863537'

red 134 ◦ green 53 ◦ blue 55

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

Shades of Old Brick #863537

Tints of Old Brick #863537

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.9%

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

R = 55.37%
G = 21.9%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.59

 K value IS 0.47

RGB Variations

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

Color information

#863537 (or 0x863537) is known color: Old Brick. HEX triplet: 86, 35 and 37. RGB value is (134,53,55). Sum of RGB (Red+Green+Blue) = 134+53+55=242 (32% of max value = 765). Red value is 134 (52.73% from 255 or 55.37% from 242); Green value is 53 (21.09% from 255 or 21.90% from 242); Blue value is 55 (21.88% from 255 or 22.73% from 242); Max value from RGB is 134 - color contains mainly: red. Hex color #863537 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863537 is #79CAC8. Grayscale: #4D4D4D. Windows color (decimal): -7981769 or 3618182. OLE color: 3618182.

HSL color Cylindrical-coordinate representation of color #863537: hue angle of 358.52º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #863537 is Cyan = 0, Magento = 0.60, Yellow = 0.59 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 53 55 -
CMYK 0 0.60 0.59 0.47
HSL 358.52º 0.43% 0.37% -
HSV(B) 358.52º 0.6% 0.53% -
XYZ 11.79 7.89 4.52 -
YUV 77.45 115.34 168.34 -
System Red Green Blue C M Y K H S L
Decimal 134 53 55 0 0.60 0.59 0.47 358.52 0.43 0.37
Hex 86 35 37 0 3C 3B 2F 167 2B 25
Octal 206 65 67 0 74 73 57 547 53 45
Binary 10000110 110101 110111 0 111100 111011 101111 101100111 101011 100101

Color Harmonies of #863537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863537

Black with #863537

Text Example


Text Example

White with #863537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863537; }

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

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

background-color css

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

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

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

border-color css

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

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

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